blob: 1be1a704eaccb35b9c8914b2b6da1fc38a3426cd [file] [log] [blame]
Clement Escoffier6a7cc2f2009-04-17 14:46:05 +00001package org.example.service.impl;
2
3import org.osgi.framework.ServiceReference;
4
5public class HostImpl {
6
7 public void arrival(ServiceReference ref) {
8
9 }
10
11 public void departure(ServiceReference ref) {
12
13 }
14
15 public void modification(ServiceReference ref) {
16
17 }
18
19}