org.olat.core.gui.components.tabbedpane
Class TabbedPaneChangedEvent
java.lang.Object
org.olat.core.gui.control.Event
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 |
| Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
TAB_CHANGED
public static java.lang.String TAB_CHANGED
TAB_CHANGED
TabbedPaneChangedEvent
public TabbedPaneChangedEvent(Component oldComponent,
Component newComponent)
- Parameters:
oldComponent - newComponent -
getNewComponent
public Component getNewComponent()
- Returns:
- Returns the newComponent.
getOldComponent
public Component getOldComponent()
- Returns:
- Returns the oldComponent.