Class | Description |
---|---|
EventDispatchThreadedEventListener |
Understands a
that ensures all events are handled on the event dispatch
thread. |
WeakEventListener |
Understands an event listener that wraps a given
and:
attaches itself to the default toolkit
dispatches any given event to the wrapped listener
removes itself from the default toolkit when the wrapped listener gets garbage-collected
|
Event listeners intended for internal use only.
Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.