Interface  OptionListener
- All Superinterfaces: 
 - java.util.EventListener
 
- All Known Implementing Classes: 
 - OptionMainJPanel, TreeJDesktop, TreeJPanel
 
- public interface OptionListener
- extends java.util.EventListener
  
The listener interface for receiving Option events.
 The class that is interested in processing an Option event
 implements this interface, and the object created with that
 class is registered with a Component, using the object's
 addOptionListener method. When the action event
 occurs, that object's optionEventPerformed method is
 invoked.
- See Also:
 OptionEvent
 
optionEventPerformed
public void optionEventPerformed(OptionEvent e)
- Invoked when an Option event occurs.