integre.techexplorer.event
Interface InstanceListener
- All Known Subinterfaces:
- techexplorerListener
- All Known Implementing Classes:
- InstanceAdaptor, techexplorerAdaptor
- public interface InstanceListener
Description
This interface defines the methods that a Java object must implement to receive
notifications for techexplorer life cycle changes. When a
InstanceEvent occurs, techexplorer notifies registered listeners
by invoking one of the methods defined in the InstanceListener
interface.
The
integre.techexplorer.techexplorer Java reflection
of the techexplorer plug-in provides the addInstanceListener
and removeInstanceListener methods for managing
InstanceListener objects.
The
integre.techexplorer.plugin.InstanceAdaptor class can be used as it
provides empty default implementations for each of the methods imposed by the
InstanceListener interface.
- See Also:
techexplorer,
InstanceEvent,
InstanceAdaptor
instanceDelete
public void instanceDelete(InstanceEvent e)
- Invoked when the techexplorer plug-in is going to shutdown..