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 Detail

      • getLastWidget

        T getLastWidget()
        Returns the last widget that was launched.
        Returns:
        the widget, null if none launched