Interface InputEventHandlerCallback
-
- All Known Implementing Classes:
PassThroughSourceHandler,SourceHandler
public interface InputEventHandlerCallbackInterface between InputEventHandler and InputHandler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendEvent(Event event, String[] transportSyncProperties)voidsendEvents(Event[] events, String[] transportSyncProperties)
-
-
-
Method Detail
-
sendEvent
void sendEvent(Event event, String[] transportSyncProperties) throws InterruptedException
- Throws:
InterruptedException
-
sendEvents
void sendEvents(Event[] events, String[] transportSyncProperties) throws InterruptedException
- Throws:
InterruptedException
-
-