| java.lang.Object abbot.util.WeakAWTEventListener
WeakAWTEventListener | public class WeakAWTEventListener implements AWTEventListener(Code) | | Provides add-and-forget listening to the AWT event queue.
Provides an AWTEventListener which will automatically disconnect the
target listener when the target gets garbage-collected. Once the target
is GC'd, this listener will remove itself from the AWT event listener list.
|
dispose | public void dispose()(Code) | | |
|
|