public class VirtualPortEvent extends org.onosproject.event.AbstractEvent<VirtualPortEvent.Type,VirtualPort>
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualPortEvent.Type
Type of virtual port events.
|
| Constructor and Description |
|---|
VirtualPortEvent(VirtualPortEvent.Type type,
VirtualPort virtualPort)
Creates an event of a given type and for the specified virtual port.
|
VirtualPortEvent(VirtualPortEvent.Type type,
VirtualPort virtualPort,
long time)
Creates an event of a given type and for the specified virtual port.
|
public VirtualPortEvent(VirtualPortEvent.Type type, VirtualPort virtualPort)
type - virtual port event typevirtualPort - virtual port subjectpublic VirtualPortEvent(VirtualPortEvent.Type type, VirtualPort virtualPort, long time)
type - virtual port event typevirtualPort - virtual port subjecttime - occurrence time