|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ibm.techexplorer.event.InstanceAdaptor
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.
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 |
public InstanceAdaptor()
Method Detail |
public void instanceDelete(InstanceEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |