public interface IStoreEventHandler
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)
Modifier and Type | Method and Description |
---|---|
void |
onEvent(IStoreEvent event)
The event handler method
|
void onEvent(IStoreEvent event)
event
- The event to be handled.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.