E
- the event typepublic interface OpenflowListener<E extends OpenflowEvent>
Modifier and Type | Method and Description |
---|---|
void |
event(E event)
This callback is invoked by the listener's dedicated queue-reader
thread every time it pulls an event off the queue.
|
void |
queueEvent(QueueEvent event)
This callback is invoked by the controller if the listener's
event queue is nearing, or has exceeded its capacity, or if the
queue has been drained below the associated "reset" levels.
|
void queueEvent(QueueEvent event)
event
- the queue eventvoid event(E event)
event
- the eventCopyright © 2015. All Rights Reserved.