Interface GraphicalFlowExecutionListener

    • Method Detail

      • getListenerTitle

        String getListenerTitle()
        The title of this listener.
        Returns:
        the title
      • newListenerPanel

        BasePanel newListenerPanel()
        Returns the panel to use.
        Returns:
        the panel, null if none available
      • newListenerPanelIfNecessary

        BasePanel newListenerPanelIfNecessary()
        Returns the panel to use, creates it only if necessary.
        Returns:
        the panel, null if none available
      • getDefaultFrameSize

        Dimension getDefaultFrameSize()
        Returns the default size for the frame.
        Returns:
        the frame size
      • getDisposeOnFinish

        boolean getDisposeOnFinish()
        Returns whether the frame should get disposed when the flow finishes.
        Returns:
        true if to dispose when flow finishes