|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoreEventHandler
Represents an ODS store event handler.
The ODS runtime dispatches store related events to registered event handlers.
A user supplies its event handler when establishing the binding i.e. in
StoreBinding.create(java.lang.String, com.neeve.ods.StoreDescriptor, com.neeve.ods.IStoreEventHandler, com.neeve.ods.IStoreReplicatorNotificationHandler, int)
or StoreBindingFactory.createBinding(java.lang.String, java.lang.String, com.neeve.ods.StoreDescriptor, com.neeve.ods.IStoreEventHandler, com.neeve.ods.IStoreReplicatorNotificationHandler, int)
Method Summary | |
---|---|
void |
onEvent(IStoreEvent event)
The event handler method |
Method Detail |
---|
void onEvent(IStoreEvent event)
event
- The event to be handled.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |