Package org.eclipse.draw2d
Interface ActionListener
public interface ActionListener
A Listener interface for receiving 
ActionEvents.- 
Method SummaryModifier and TypeMethodDescriptionvoidactionPerformed(ActionEvent event) Called when the action occurs.
- 
Method Details- 
actionPerformedCalled when the action occurs.- Parameters:
- event- The event
 
 
-