blob: 1be1a704eaccb35b9c8914b2b6da1fc38a3426cd [file] [log] [blame]
package org.example.service.impl;
import org.osgi.framework.ServiceReference;
public class HostImpl {
public void arrival(ServiceReference ref) {
}
public void departure(ServiceReference ref) {
}
public void modification(ServiceReference ref) {
}
}