Package org.onosproject.vpls.store
Class VplsStoreEvent
- java.lang.Object
-
- org.onosproject.event.AbstractEvent<VplsStoreEvent.Type,VplsData>
-
- org.onosproject.vpls.store.VplsStoreEvent
-
- All Implemented Interfaces:
org.onosproject.event.Event<VplsStoreEvent.Type,VplsData>
public class VplsStoreEvent extends org.onosproject.event.AbstractEvent<VplsStoreEvent.Type,VplsData>
A class to represent a VPLS store related event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVplsStoreEvent.TypeVPLS store event type.
-
Constructor Summary
Constructors Constructor Description VplsStoreEvent(VplsStoreEvent.Type type, VplsData subject)Constructs a store event with given event type and VPLS information.
-
-
-
Constructor Detail
-
VplsStoreEvent
public VplsStoreEvent(VplsStoreEvent.Type type, VplsData subject)
Constructs a store event with given event type and VPLS information.- Parameters:
type- the event typesubject- the VPLS
-
-