integre.techexplorer.event
Interface techexplorerListener
- All Superinterfaces:
- FocusListener, InstanceListener, KeyListener, MouseListener, MouseMotionListener
- public 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
integre.techexplorer.techexplorer Java reflection
of the techexplorer plug-in provides the addtechexplorerListener
and removetechexplorerListener methods for managing
techexplorerListener objects.
The
integre.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