wt.clients.widgets
Class SelectorEvent
java.lang.Object
java.util.EventObject
wt.clients.widgets.SelectorEvent
- All Implemented Interfaces:
- Serializable
- public class SelectorEvent
- extends EventObject
- See Also:
- Serialized Form
Constructor Summary |
SelectorEvent(Object source,
Object object)
Constructs an ActionEvent object with the specified source object
(selector) and the sepecified object (selection). |
Method Summary |
Object |
getObject()
Get the object (selection) of this event. |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
versionID
private static final String versionID
- See Also:
- Constant Field Values
object
private Object object
SelectorEvent
public SelectorEvent(Object source,
Object object)
- Constructs an ActionEvent object with the specified source object
(selector) and the sepecified object (selection).
- Parameters:
source
- object
-
getObject
public Object getObject()
- Get the object (selection) of this event.
- Returns:
- Object