Package adams.gui.menu
Interface LastWidgetLaunched<T>
-
- All Known Implementing Classes:
FlowEditor
public interface LastWidgetLaunched<T>
Interface for menu item definitions that allow retrieval of last widget that was launched.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getLastWidget()
Returns the last widget that was launched.
-
-
-
Method Detail
-
getLastWidget
T getLastWidget()
Returns the last widget that was launched.- Returns:
- the widget, null if none launched
-
-