All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.webrunner.bab.SelectionChangeListener
- public interface SelectionChangeListener
- extends EventListener
The objects that must subscribe for SelectionChangeEvent must implement this
interface.
Modification(s) History :
05/21/98 - created
- Version:
- 0.1
- See Also:
- SelectionChangeEvent
-
selectionChanged(SelectionChangeEvent)
- Invoked when the selection is changed
selectionChanged
public abstract void selectionChanged(SelectionChangeEvent e)
- Invoked when the selection is changed
All Packages Class Hierarchy This Package Previous Next Index