visad.bom
Class FrontActionListener

java.lang.Object
  extended byvisad.bom.FrontActionListener
All Implemented Interfaces:
ActionListener, EventListener

class FrontActionListener
extends Object
implements ActionListener


Constructor Summary
(package private) FrontActionListener(FrontDrawer f, JButton e, DisplayImplJ3D d, int fk)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrontActionListener

FrontActionListener(FrontDrawer f,
                    JButton e,
                    DisplayImplJ3D d,
                    int fk)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener