Class ParamEventListener

java.lang.Object
  extended byParamEventListener
All Implemented Interfaces:
java.util.EventListener

public class ParamEventListener
extends java.lang.Object
implements java.util.EventListener

Listens to ParamEvent and its source will take action accordingly.

Author:
Lulin Song
See Also:
MainSelectionPanel

Constructor Summary
ParamEventListener(java.lang.Object o)
           
 
Method Summary
 void actionPerformed(ParamEvent arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamEventListener

public ParamEventListener(java.lang.Object o)
Method Detail

actionPerformed

public void actionPerformed(ParamEvent arg0)