JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.ibm.itim.script
Interface DisposeListener
All Known Subinterfaces:
ObjectWrapper
All Known Implementing Classes:
ObjectWrapperImpl
public interface
DisposeListener
Defines what a DisposeListener must implement. DisposeListeners are called by a ScriptContextDAO when the ScriptContextDAO is disposed. Each listener will be called only once.
Since:
ITIM 5.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
dispose
()
Called to give the class implementing DisposeListener a chance to do any necessary cleanup.
Method Detail
dispose
void dispose()
Called to give the class implementing DisposeListener a chance to do any necessary cleanup.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method