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

Interface com.ibm.db.selector.SelectorListener

public abstract interface SelectorListener
extends EventListener

The event set listener interface for the selector events.


Method Index

dataChanged(SelectorEvent)
Invoked when the value of selector data properties have changed.

Methods

dataChanged
 public void dataChanged(SelectorEvent event) 
Invoked when the value of selector data properties have changed.

Parameters:
event - the SelectorEvent identifying the source of this event.

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