org.eclipse.draw2d
Interface ActionListener
- public interface ActionListener
A Listener interface for receiving
ActionEvents
.
actionPerformed
public void actionPerformed(
ActionEvent event)
- Called when the action occurs.
-
-
Parameters:
-
event
- The event
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.