Package org.onosproject.store.flow.impl
Class LifecycleEvent
- java.lang.Object
-
- org.onosproject.event.AbstractEvent<LifecycleEvent.Type,DeviceReplicaInfo>
-
- org.onosproject.store.flow.impl.LifecycleEvent
-
- All Implemented Interfaces:
org.onosproject.event.Event<LifecycleEvent.Type,DeviceReplicaInfo>
public class LifecycleEvent extends org.onosproject.event.AbstractEvent<LifecycleEvent.Type,DeviceReplicaInfo>
Flow table lifecycle event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLifecycleEvent.TypeLifecycle event type.
-
Constructor Summary
Constructors Constructor Description LifecycleEvent(LifecycleEvent.Type type, DeviceReplicaInfo subject)
-
-
-
Constructor Detail
-
LifecycleEvent
public LifecycleEvent(LifecycleEvent.Type type, DeviceReplicaInfo subject)
-
-