All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.webrunner.bab.NewActionHandler
- public interface NewActionHandler
An implementation object of this interface must be set on the NewAction.
This is called by NewAction to hand over the control to the user application to
actually reinitilize the model.
Modification(s) History :
09/21/98 - created
- Version:
- 0.1
- See Also:
- NewAction
-
newModel(BABApp)
- Perform New for your application
newModel
public abstract boolean newModel(BABApp theApp)
- Perform New for your application
All Packages Class Hierarchy This Package Previous Next Index