Package net.orbyfied.j8.event.pipeline
Interface Handler<E>
- Type Parameters:
E- The event type.
- All Known Implementing Classes:
BusHandler
public interface Handler<E>
An event handler in a pipeline.
-
Method Summary
-
Method Details
-
handle
Handles the event.- Parameters:
event- The event.
-