org.jtheque.core.managers.view.listeners
Class TabEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jtheque.core.managers.view.listeners.TabEvent
All Implemented Interfaces:
java.io.Serializable

public final class TabEvent
extends java.util.EventObject

An event on main tab.

Author:
Baptiste Wicht
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TabEvent(java.lang.Object source, TabComponent component)
          Construct a new TabEvent.
 
Method Summary
 TabComponent getComponent()
          Return the component linked to the event.
 
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

TabEvent

public TabEvent(java.lang.Object source,
                TabComponent component)
Construct a new TabEvent.

Parameters:
source - The source of the event.
component - The TabComponent linked to the event.
Method Detail

getComponent

public TabComponent getComponent()
Return the component linked to the event.

Returns:
The component.


Copyright © 2009 JTheque. All Rights Reserved.