ibm.techexplorer.event
Interface techexplorerListener


public abstract interface techexplorerListener
extends InstanceListener, MouseListener, MouseMotionListener, KeyListener, FocusListener

Description

This interface defines the methods that a Java object must implement to receive notifications for all possible events generated by the techexplorer plug-in. When any of the techexplorer events are triggered, techexplorer notifies listeners registered to observe this event by invoking one of the methods defined in the techexplorerListener interface. Note that this interface is provided as a convienience since a Java object could subclass from each individual event to achieve the same effect of using the techexplorerListener interface. The ibm.techexplorer.techexplorer Java reflection of the techexplorer plug-in provides the addtechexplorerListener and removetechexplorerListener methods for managing techexplorerListener objects.

The ibm.techexplorer.techexplorerAdaptor class can be used as it provides empty default implementations for each of the methods imposed by the techexplorerListener interface.

See Also:
techexplorer, MouseListener, MouseMotionListener, KeyListener, FocusListener, InstanceListener

Methods inherited from interface ibm.techexplorer.event.InstanceListener
instanceDelete
 
Methods inherited from interface ibm.techexplorer.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseRelease
 
Methods inherited from interface ibm.techexplorer.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 
Methods inherited from interface ibm.techexplorer.awt.event.KeyListener
keyPressed, keyReleased, keyTyped
 
Methods inherited from interface ibm.techexplorer.awt.event.FocusListener
focusGained, focusLost