Package com.luciad.lucy.gui
Interface ILcyApplicationPaneOwner
public interface ILcyApplicationPaneOwner
Represents the owner of an application pane. This class will receive an event when the
application pane is closing.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applicationPaneDisposing
(EventObject aEvent) Invoked when the application pane is disposing.
-
Method Details
-
applicationPaneDisposing
Invoked when the application pane is disposing. It allows the owner of the application pane to perform clean up tasks, ...- Parameters:
aEvent
- The event that caused the disposal. The source of the event is the application pane that is being disposed.
-