ibm.techexplorer.event
Class InstanceAdaptor

java.lang.Object
  |
  +--ibm.techexplorer.event.InstanceAdaptor

public abstract class InstanceAdaptor
extends java.lang.Object
implements InstanceListener

Description

The InstanceAdaptor is a techexplorer instance listener with default implementations for the methods imposed by the ibm.techexplorer.plugin.InstanceListener interface. The methods in this class are empty; this class is provided as a convenience for ease in creating listeners by extending this class and overriding only the methods of interest. Adaptor classes are frequently implemented as inner classes.

See Also:
InstanceEvent, InstanceListener

Constructor Summary
InstanceAdaptor()
           
 
Method Summary
 void instanceDelete(InstanceEvent e)
          Invoked when the techexplorer plug-in is going to shutdown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceAdaptor

public InstanceAdaptor()
Method Detail

instanceDelete

public void instanceDelete(InstanceEvent e)
Invoked when the techexplorer plug-in is going to shutdown.
Specified by:
instanceDelete in interface InstanceListener