org.olat.core.gui.components.tabbedpane
Class TabbedPaneChangedEvent

java.lang.Object
  extended by org.olat.core.gui.control.Event
      extended by org.olat.core.gui.components.tabbedpane.TabbedPaneChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class TabbedPaneChangedEvent
extends Event

Author:
Mike Stock
See Also:
Serialized Form

Field Summary
static java.lang.String TAB_CHANGED
          TAB_CHANGED
 
Fields inherited from class org.olat.core.gui.control.Event
BACK_EVENT, CANCELLED_EVENT, CHANGED_EVENT, DONE_EVENT, FAILED_EVENT
 
Constructor Summary
TabbedPaneChangedEvent(Component oldComponent, Component newComponent)
           
 
Method Summary
 Component getNewComponent()
           
 Component getOldComponent()
           
 
Methods inherited from class org.olat.core.gui.control.Event
getCommand, hashCode, toString
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TAB_CHANGED

public static java.lang.String TAB_CHANGED
TAB_CHANGED

Constructor Detail

TabbedPaneChangedEvent

public TabbedPaneChangedEvent(Component oldComponent,
                              Component newComponent)
Parameters:
oldComponent -
newComponent -
Method Detail

getNewComponent

public Component getNewComponent()
Returns:
Returns the newComponent.

getOldComponent

public Component getOldComponent()
Returns:
Returns the oldComponent.