Package org.opentcs.util.event
Interface EventHandler
- All Known Subinterfaces:
EventBus
- All Known Implementing Classes:
SimpleEventBus
public interface EventHandler
A handler for events emitted by an
EventSource
.-
Method Summary
-
Method Details
-
onEvent
Processes the event object.- Parameters:
event
- The event object.
-