abbot.util
Class EventNormalizer
java.lang.Object
|
+--abbot.util.EventNormalizer
- All Implemented Interfaces:
- AWTEventListener, EventListener
- public class EventNormalizer
- extends Object
- implements AWTEventListener
Provide an AWTEventListener which normalizes the event stream.
Namely, culls extra key events (pre 1.4 VMs).
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventNormalizer
public EventNormalizer()
startListening
public void startListening(AWTEventListener listener,
long mask)
stopListening
public void stopListening()
eventDispatched
public void eventDispatched(AWTEvent event)
- Event reception callback.
- Specified by:
eventDispatched
in interface AWTEventListener
Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on