org.flexdock.event
Class RegistrationHandler
java.lang.Object
org.flexdock.event.EventHandler
org.flexdock.event.RegistrationHandler
public class RegistrationHandler
- extends EventHandler
- Author:
- Christopher Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistrationHandler
public RegistrationHandler()
acceptsEvent
public boolean acceptsEvent(Event evt)
- Description copied from class:
EventHandler
- Tests a given event to determine if this handler can handle that event.
- Specified by:
acceptsEvent
in class EventHandler
- Parameters:
evt
- the event to test.
- Returns:
true
if this handler handles the event, false
otherwise.
acceptsListener
public boolean acceptsListener(EventListener listener)
- Specified by:
acceptsListener
in class EventHandler
handleEvent
public void handleEvent(Event evt,
EventListener listener,
int eventType)
- Specified by:
handleEvent
in class EventHandler