Interface COM.ibm.jaws.motk.Activation
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.motk.Activation
- public interface Activation
- extends Object
This interface is used by some tool sets to allow objects to
manage their transient state.
-
activate()
- In a tool set that supports Activation, this method will be
called after an object's persistent state is restored.
-
prepareForExternalization()
- In a tool set that supports Activation, this method will be
called before an object's persistent state is externalized.
activate
public abstract void activate()
- In a tool set that supports Activation, this method will be
called after an object's persistent state is restored.
prepareForExternalization
public abstract void prepareForExternalization()
- In a tool set that supports Activation, this method will be
called before an object's persistent state is externalized.
All Packages Class Hierarchy This Package Previous Next Index