Interface SynchronizationEventHandler<E extends SynchronizationEvent>
-
- All Known Subinterfaces:
AsyncUpdateEventHandler
,LiveSyncEventHandler
public interface SynchronizationEventHandler<E extends SynchronizationEvent>
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handle(E event, OperationResult opResult)
Passes an event to be handled.
-
-
-
Method Detail
-
handle
boolean handle(E event, OperationResult opResult)
Passes an event to be handled.- Returns:
- false if the emitter should stop producing further events
-
-