com.virtuosotechnologies.lib.pane
Class PaneClosingEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PaneClosingEvent(PaneController source)
          Constructor
 
Method Summary
 PaneController getPaneController()
          Get the source.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaneClosingEvent

public PaneClosingEvent(PaneController source)
Constructor

Parameters:
source - source PaneController for the event
Method Detail

getPaneController

public PaneController getPaneController()
Get the source. This is the PaneController that is reporting the event.

Returns:
source PaneController