simuLCS.graphics
Class G_ListPanel.AddButtonListener

java.lang.Object
  extended bysimuLCS.graphics.G_ListPanel.AddButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
G_ListPanel

class G_ListPanel.AddButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

A listener shared by the text field and add button.


Constructor Summary
(package private) G_ListPanel.AddButtonListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G_ListPanel.AddButtonListener

G_ListPanel.AddButtonListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener