blob: 662ba754450e65456ecfa1e7b66855a51ea61a40 [file] [log] [blame]
package net.onrc.onos.api.host;
import net.onrc.onos.api.ProviderService;
/**
* Means of conveying host information to the core.
*/
public interface HostProviderService extends ProviderService {
void hostDetected(HostDescription hostDescription);
}