RuneHive-Game
Loading...
Searching...
No Matches
EventHandler.java
Go to the documentation of this file.
1
package
com.runehive.content.event;
2
3
public
interface
EventHandler
{
4
5
boolean
handle
(
InteractionEvent
interactionEvent);
6
7
}
com.runehive.content.event.InteractionEvent
Definition
InteractionEvent.java:3
com.runehive.content.event.EventHandler
Definition
EventHandler.java:3
com.runehive.content.event.EventHandler.handle
boolean handle(InteractionEvent interactionEvent)