com.virtuosotechnologies.lib.pane
Class PaneClosingEvent
java.lang.Object
java.util.EventObject
com.virtuosotechnologies.lib.pane.PaneClosingEvent
- All Implemented Interfaces:
- Serializable
- public class PaneClosingEvent
- extends EventObject
An event sent when a pane is being closed.
- See Also:
- Serialized Form
PaneClosingEvent
public PaneClosingEvent(PaneController source)
- Constructor
- Parameters:
source
- source PaneController for the event
getPaneController
public PaneController getPaneController()
- Get the source. This is the PaneController that is reporting the event.
- Returns:
- source PaneController