abbot.util
Class EventNormalizer

java.lang.Object
  extended by abbot.util.EventNormalizer
All Implemented Interfaces:
AWTEventListener, EventListener

public class EventNormalizer
extends Object
implements AWTEventListener

Provide an AWTEventListener which normalizes the event stream.


Constructor Summary
EventNormalizer()
           
EventNormalizer(boolean trackDrag)
           
 
Method Summary
protected  void delegate(AWTEvent e)
           
 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()

EventNormalizer

public EventNormalizer(boolean trackDrag)
Method Detail

startListening

public void startListening(AWTEventListener listener,
                           long mask)

stopListening

public void stopListening()

delegate

protected void delegate(AWTEvent e)

eventDispatched

public void eventDispatched(AWTEvent event)
Event reception callback.

Specified by:
eventDispatched in interface AWTEventListener


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge