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