Interface ILcyApplicationPaneManagerListener

All Superinterfaces:
EventListener

public interface ILcyApplicationPaneManagerListener extends EventListener

Implementations of this listener can be notified of additions and removals of application panes.

See Also:
  • Method Details

    • applicationPaneAdded

      void applicationPaneAdded(TLcyApplicationPaneManagerEvent aEvent)

      This method is called when a new application pane is added.

      Parameters:
      aEvent - The event containing the added ILcyApplicationPane.
    • applicationPaneRemoved

      void applicationPaneRemoved(TLcyApplicationPaneManagerEvent aEvent)

      This method is called when an existing application pane was removed.

      Parameters:
      aEvent - The event containing the removed ILcyApplicationPane.