public interface ILcyApplicationPaneManagerListener extends EventListener
Implementations of this listener can be notified of additions and removals of application panes.
Modifier and Type | Method and Description |
---|---|
void |
applicationPaneAdded(TLcyApplicationPaneManagerEvent aEvent)
This method is called when a new application pane is added.
|
void |
applicationPaneRemoved(TLcyApplicationPaneManagerEvent aEvent)
This method is called when an existing application pane was removed.
|
void applicationPaneAdded(TLcyApplicationPaneManagerEvent aEvent)
This method is called when a new application pane is added.
aEvent
- The event containing the added ILcyApplicationPane
.void applicationPaneRemoved(TLcyApplicationPaneManagerEvent aEvent)
This method is called when an existing application pane was removed.
aEvent
- The event containing the removed ILcyApplicationPane
.