org.millstone.base.ui
Class TabSheet.SelectedTabChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.millstone.base.ui.Component.Event
              |
              +--org.millstone.base.ui.TabSheet.SelectedTabChangeEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TabSheet

public class TabSheet.SelectedTabChangeEvent
extends Component.Event

Selected Tab Change event. This event is thrown, when the selected tab in the tab sheet is changed.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TabSheet.SelectedTabChangeEvent(Component source)
          New instance of selected tab change event
 
Method Summary
 Select getSelect()
          Select where the event occurred
 
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

TabSheet.SelectedTabChangeEvent

public TabSheet.SelectedTabChangeEvent(Component source)
New instance of selected tab change event

Parameters:
source - Source of the event.
Method Detail

getSelect

public Select getSelect()
Select where the event occurred

Returns:
Source of the event.


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.