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).


Constructor Summary
EventNormalizer()
           
 
Method Summary
 void eventDispatched(AWTEvent event)
          Event reception callback.
 void startListening(AWTEventListener listener, long mask)
           
 void stopListening()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventNormalizer

public EventNormalizer()
Method Detail

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

SourceForge