org.archiviststoolkit
Class Main.MyAWTListener

java.lang.Object
  extended by org.archiviststoolkit.Main.MyAWTListener
All Implemented Interfaces:
java.awt.event.AWTEventListener, java.util.EventListener
Enclosing class:
Main

public static class Main.MyAWTListener
extends java.lang.Object
implements java.awt.event.AWTEventListener


Constructor Summary
Main.MyAWTListener()
           
 
Method Summary
 void eventDispatched(java.awt.AWTEvent awe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.MyAWTListener

public Main.MyAWTListener()
Method Detail

eventDispatched

public void eventDispatched(java.awt.AWTEvent awe)
Specified by:
eventDispatched in interface java.awt.event.AWTEventListener