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

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

public final class ConfigTabEvent
extends java.util.EventObject

An event on config tab.

Author:
Baptiste Wicht
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfigTabEvent(java.lang.Object source, ConfigTabComponent component)
          Construct a new ConfigTabEvent.
 
Method Summary
 ConfigTabComponent 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

ConfigTabEvent

public ConfigTabEvent(java.lang.Object source,
                      ConfigTabComponent component)
Construct a new ConfigTabEvent.

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

getComponent

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

Returns:
The component.


Copyright © 2009 JTheque. All Rights Reserved.