org.PingOO.DLAI.lib.graph
Class G2Dint.G2DintActionListener

java.lang.Object
  |
  +--org.PingOO.DLAI.lib.graph.G2Dint.G2DintActionListener

protected class G2Dint.G2DintActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
G2Dint.G2DintActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Handle the Action Events.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

G2Dint.G2DintActionListener

public G2Dint.G2DintActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Handle the Action Events.
This handler allows external classes (pop-up windows etc.) to communicate to this class asyncronously.
Specified by:
actionPerformed in interface java.awt.event.ActionListener