Interface EventHandler<Event>
-
public interface EventHandler<Event>A handler that can be registered with anEventSourceactor to receive all eventssentto the actor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(Event event)
-
-
-
Method Detail
-
handleEvent
void handleEvent(Event event) throws SuspendExecution, java.lang.InterruptedException
- Throws:
SuspendExecutionjava.lang.InterruptedException
-
-