public final class VirtualListenerRegistryManager extends java.lang.Object implements org.onosproject.event.EventSink<VirtualEvent>
| Modifier and Type | Method and Description |
|---|---|
static VirtualListenerRegistryManager |
getInstance() |
org.onosproject.event.ListenerRegistry |
getRegistry(NetworkId networkId,
java.lang.Class<? extends org.onosproject.event.Event> eventClass) |
void |
onProcessLimit() |
void |
process(VirtualEvent event) |
public static VirtualListenerRegistryManager getInstance()
public org.onosproject.event.ListenerRegistry getRegistry(NetworkId networkId, java.lang.Class<? extends org.onosproject.event.Event> eventClass)
public void process(VirtualEvent event)
process in interface org.onosproject.event.EventSink<VirtualEvent>public void onProcessLimit()
onProcessLimit in interface org.onosproject.event.EventSink<VirtualEvent>