qflib 0.98.0

de.qfs.lib.gui
Class MultiPaneEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--de.qfs.lib.gui.MultiPaneEvent
All Implemented Interfaces:
java.io.Serializable

public class MultiPaneEvent
extends java.util.EventObject

This event contains the details about a change in a MultiPane's showing state.

Version:
$Revision: 1.3 $
Author:
Gregor Schmid
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MultiPaneEvent(java.lang.Object source, int showing)
          Create a new MultiPaneEvent.
 
Method Summary
 int getShowing()
          Get the new showing state of the MultiPane.
 
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

MultiPaneEvent

public MultiPaneEvent(java.lang.Object source,
                      int showing)
Create a new MultiPaneEvent.
Parameters:
source - The source of the event, i.e. the affected MultiPane.
showing - The new showing state of the MultiPane.
Method Detail

getShowing

public int getShowing()
Get the new showing state of the MultiPane.
Returns:
The new showing state.

qflib 0.98.0