com.neeve.ods
Interface IStoreEventHandler

All Known Implementing Classes:
AepEngine, OdsTool

public interface IStoreEventHandler

Represents an ODS store event handler.

Threading:
Event handlers can be invoked by any thread of the ODS runtime.

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

onEvent

void onEvent(IStoreEvent event)
The event handler method

Parameters:
event - The event to be handled.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.