All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.webrunner.bab.SaveActionHandler
- public interface SaveActionHandler
An implementation object of this interface must be set on the SaveAction.
This is called by SaveAction to hand over the control to the user application to
actually save the data.
Modification(s) History :
09/21/98 - created
- Version:
- 0.1
- See Also:
- SaveAction
-
writeModel(ObjectOutputStream, BABApp)
- Writes the application model into the given object output stream.
writeModel
public abstract boolean writeModel(ObjectOutputStream out,
BABApp theApp) throws IOException
- Writes the application model into the given object output stream.
Returns true if the data could be written and everything is sucessful
else returns false.
All Packages Class Hierarchy This Package Previous Next Index