upidiff.gui
Class ColorChooserDeletedLineBActionAdapter

java.lang.Object
  |
  +--upidiff.gui.ColorChooserDeletedLineBActionAdapter
All Implemented Interfaces:
ActionListener, EventListener

class ColorChooserDeletedLineBActionAdapter
extends Object
implements ActionListener

class for actionlistener.


Field Summary
(package private)  ColorChooserA adaptee
           
 
Constructor Summary
(package private) ColorChooserDeletedLineBActionAdapter(ColorChooserA adaptee)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

ColorChooserA adaptee
Constructor Detail

ColorChooserDeletedLineBActionAdapter

ColorChooserDeletedLineBActionAdapter(ColorChooserA adaptee)
Method Detail

actionPerformed

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