JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onosproject.store
Interface StoreDelegate<E extends
Event
>
All Known Subinterfaces:
ApplicationStoreDelegate
,
ClusterStoreDelegate
,
ComponentConfigStoreDelegate
,
ControlMessageStoreDelegate
,
DeviceKeyStoreDelegate
,
DeviceStoreDelegate
,
ElasticConfigStoreDelegate
,
FlowObjectiveStoreDelegate
,
FlowRuleStoreDelegate
,
GroupStoreDelegate
,
HostStoreDelegate
,
IntentStoreDelegate
,
LabelResourceDelegate
,
LeadershipStoreDelegate
,
LinkStoreDelegate
,
MastershipStoreDelegate
,
McastStoreDelegate
,
MdStoreDelegate
,
MeterStoreDelegate
,
NetworkConfigStoreDelegate
,
PacketStoreDelegate
,
PiPipeconfMappingStoreDelegate
,
PiTranslationStoreDelegate
<T,E>,
RegionStoreDelegate
,
ResourceStoreDelegate
,
TopologyStoreDelegate
,
TunnelStoreDelegate
,
VirtualNetworkStoreDelegate
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 and Description
void
notify
(
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method