abbot.util
Class EventNormalizer

java.lang.Object
  extended byabbot.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()
           
 
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()
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-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge