Where Am I? Class Hierarchy All Classes All Fields and Methods

Class com.ibm.db.selector.SelectorEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.db.selector.SelectorEvent

public class SelectorEvent
extends EventObject

This is the event class to support the Listener interfaces in com.ibm.db.selector package.


Constructor Index

SelectorEvent(Selector)
Create a new SelectorEvent using specified source Selector.

Method Index

getSelector()
Return a reference to the Selector that generated this event.

Constructors

SelectorEvent
 public SelectorEvent(Selector source) 
Create a new SelectorEvent using specified source Selector.

Parameters:
source - a reference to the Selector that is the source of this event.

Methods

getSelector
 public Selector getSelector() 
Return a reference to the Selector that generated this event.

Returns:
the Selector that is the source of this event.

Where Am I? Class Hierarchy All Classes All Fields and Methods