ora.gui.helper
Class TheAWTEventListener

java.lang.Object
  extended by ora.gui.helper.TheAWTEventListener
All Implemented Interfaces:
java.awt.event.AWTEventListener, java.util.EventListener

public class TheAWTEventListener
extends java.lang.Object
implements java.awt.event.AWTEventListener


Constructor Summary
TheAWTEventListener()
           
 
Method Summary
 void close()
           
 void eventDispatched(java.awt.AWTEvent event)
          Dispatch event
static TheAWTEventListener getInstance()
           
static TheAWTEventListener instanciate(Configuration conf)
           
 void registerGlassPane(TheGlassPane gp)
           
 void repaintAll()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TheAWTEventListener

public TheAWTEventListener()
Method Detail

instanciate

public static TheAWTEventListener instanciate(Configuration conf)

getInstance

public static TheAWTEventListener getInstance()

registerGlassPane

public void registerGlassPane(TheGlassPane gp)

repaintAll

public void repaintAll()

close

public void close()

eventDispatched

public void eventDispatched(java.awt.AWTEvent event)
Dispatch event

Specified by:
eventDispatched in interface java.awt.event.AWTEventListener