Package org.onosproject.store
Interface StoreDelegate<E extends Event>
-
- All Known Subinterfaces:
ApplicationStoreDelegate,ClusterStoreDelegate,ComponentConfigStoreDelegate,ControlMessageStoreDelegate,DeviceKeyStoreDelegate,DeviceStoreDelegate,FlowObjectiveStoreDelegate,FlowRuleStoreDelegate,GroupStoreDelegate,HostProbingStoreDelegate,HostStoreDelegate,IntentStoreDelegate,LeadershipStoreDelegate,LinkStoreDelegate,MastershipStoreDelegate,McastStoreDelegate,MeterStoreDelegate,NetworkConfigStoreDelegate,PacketStoreDelegate,PiPipeconfMappingStoreDelegate,PiTranslationStoreDelegate<T,E>,RegionStoreDelegate,ResourceStoreDelegate,TopologyStoreDelegate
public interface StoreDelegate<E extends Event>Entity associated with a store and capable of receiving notifications of events within the store.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(E event)Notifies the delegate via the specified event.
-
-
-
Method Detail
-
notify
void notify(E event)
Notifies the delegate via the specified event.- Parameters:
event- store generated event
-
-