public abstract class EventHandler extends EventListener
| Constructor and Description |
|---|
EventHandler(Event.EventType type) |
EventHandler(Event.EventType type,
boolean once) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
delegateEvent(Event event) |
Event.EventType |
getEventType() |
String |
getType() |
void |
handleEvent(Event event) |
handleOncepublic EventHandler(Event.EventType type)
public EventHandler(Event.EventType type, boolean once)
protected abstract void delegateEvent(Event event)
public final void handleEvent(Event event)
handleEvent in class EventListenerpublic String getType()
public Event.EventType getEventType()
Copyright © 2015 atRem Interactive Media. All rights reserved.