public class PortPairEvent extends org.onosproject.event.AbstractEvent<PortPairEvent.Type,PortPair>
| Modifier and Type | Class and Description |
|---|---|
static class |
PortPairEvent.Type
Type of port-pair events.
|
| Constructor and Description |
|---|
PortPairEvent(PortPairEvent.Type type,
PortPair portPair)
Creates an event of a given type and for the specified Port-Pair.
|
PortPairEvent(PortPairEvent.Type type,
PortPair portPair,
long time)
Creates an event of a given type and for the specified Port-Pair.
|
public PortPairEvent(PortPairEvent.Type type, PortPair portPair)
type - Port-Pair event typeportPair - Port-Pair subjectpublic PortPairEvent(PortPairEvent.Type type, PortPair portPair, long time)
type - Port-Pair event typeportPair - Port-Pair subjecttime - occurrence time