public abstract class AbstractEventHandler extends Object implements EventHandler
EventHandler
interface. The
EventHandler.onEvent(Event)
method needs to be implemented by such classes.Modifier and Type | Field and Description |
---|---|
private int |
EVENT_TYPE |
Constructor and Description |
---|
AbstractEventHandler(int eventType) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onEvent
public int getEventType()
getEventType
in interface EventHandler
Copyright © 2013. All Rights Reserved.