public class NetconfDeviceOutputEventListenerImpl extends Object implements NetconfDeviceOutputEventListener
| Constructor and Description |
|---|
NetconfDeviceOutputEventListenerImpl(NetconfDeviceInfo deviceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
event(NetconfDeviceOutputEvent event) |
boolean |
isRelevant(NetconfDeviceOutputEvent event) |
public NetconfDeviceOutputEventListenerImpl(NetconfDeviceInfo deviceInfo)
public void event(NetconfDeviceOutputEvent event)
event in interface org.onosproject.event.EventListener<NetconfDeviceOutputEvent>public boolean isRelevant(NetconfDeviceOutputEvent event)
isRelevant in interface org.onosproject.event.EventFilter<NetconfDeviceOutputEvent>