public class VirtualNetworkEvent extends org.onosproject.event.AbstractEvent<VirtualNetworkEvent.Type,NetworkId>
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualNetworkEvent.Type
Type of virtual network events.
|
| Constructor and Description |
|---|
VirtualNetworkEvent(VirtualNetworkEvent.Type type,
NetworkId subject)
Creates an event of a given type and for the specified subject and the
current time.
|
VirtualNetworkEvent(VirtualNetworkEvent.Type type,
NetworkId subject,
long time)
Creates an event of a given type and for the specified subject and time.
|
public VirtualNetworkEvent(VirtualNetworkEvent.Type type, NetworkId subject)
type - event typesubject - event subjectpublic VirtualNetworkEvent(VirtualNetworkEvent.Type type, NetworkId subject, long time)
type - device event typesubject - event subjecttime - occurrence time