Package io.guise.framework.event
Interface ActionListener
-
- All Superinterfaces:
java.util.EventListener,GuiseEventListener
- All Known Implementing Classes:
AbstractNavigateActionListener,AbstractNavigateModalActionListener,AbstractSelectActionControl.SelectActionListener,NavigateActionListener,NavigateModalActionListener
public interface ActionListener extends GuiseEventListener
An object that listens for action events.- Author:
- Garret Wilson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactionPerformed(ActionEvent actionEvent)Called when an action is initiated.
-
-
-
Method Detail
-
actionPerformed
void actionPerformed(ActionEvent actionEvent)
Called when an action is initiated.- Parameters:
actionEvent- The event indicating the source of the action.
-
-