wt.clients.widgets
Class SelectorEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bywt.clients.widgets.SelectorEvent
All Implemented Interfaces:
Serializable

public class SelectorEvent
extends EventObject

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  Object object
           
private static String RESOURCE
           
private static String versionID
           
 
Fields inherited from class java.util.EventObject
source
 
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.
 
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
 

Field Detail

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
Constructor Detail

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 -
Method Detail

getObject

public Object getObject()
Get the object (selection) of this event.

Returns:
Object