public class PortChainEvent extends org.onosproject.event.AbstractEvent<PortChainEvent.Type,PortChain>
| Modifier and Type | Class and Description |
|---|---|
static class |
PortChainEvent.Type
Type of port-chain events.
|
| Constructor and Description |
|---|
PortChainEvent(PortChainEvent.Type type,
PortChain portChain)
Creates an event of a given type and for the specified Port-Chain.
|
PortChainEvent(PortChainEvent.Type type,
PortChain portChain,
long time)
Creates an event of a given type and for the specified Port-Chain.
|
public PortChainEvent(PortChainEvent.Type type, PortChain portChain)
type - Port-Chain event typeportChain - Port-Chain subjectpublic PortChainEvent(PortChainEvent.Type type, PortChain portChain, long time)
type - Port-Chain event typeportChain - Port-Chain subjecttime - occurrence time