Package io.guise.framework.event
Class AbstractNavigateModalActionListener
java.lang.Object
io.guise.framework.event.AbstractNavigateActionListener
io.guise.framework.event.AbstractNavigateModalActionListener
- All Implemented Interfaces:
ActionListener
,GuiseEventListener
,EventListener
- Direct Known Subclasses:
NavigateModalActionListener
A abstract object that listens for action events and keeps information for modally navigating in response.
- Author:
- Garret Wilson
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractNavigateModalActionListener
(String navigationPath, ModalNavigationListener modalListener) Constructs a listener to navigate modally to the provided path.AbstractNavigateModalActionListener
(URI navigationURI, ModalNavigationListener modalListener) Constructs a listener to navigate modally to the provided URI. -
Method Summary
Methods inherited from class io.guise.framework.event.AbstractNavigateActionListener
actionPerformed, getNavigationURI, getViewportID
-
Constructor Details
-
Method Details
-
getModelListener
- Returns:
- The listener to respond to the end of modal interaction.
-