public interface EventHandler
EventHandler interface defines the contract for handler. Unlike
EventListeners, EventHandlers work on Event.EventType
basis.| Modifier and Type | Method and Description |
|---|---|
void |
handle(Event e) |
void handle(Event e)
Copyright © 2019. All rights reserved.