All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.webrunner.bab.OpenActionHandler
- public interface OpenActionHandler
An implementation object of this interface must be set on the OpenAction.
This is called by OpenAction to hand over the control to the user application to
actually read the data.
Modification(s) History :
09/21/98 - created
- Version:
- 0.1
- See Also:
- OpenAction
-
readModel(ObjectInputStream, BABApp)
- Reads the application model from the given object output stream.
readModel
public abstract boolean readModel(ObjectInputStream in,
BABApp theApp) throws ClassNotFoundException, IOException
- Reads the application model from the given object output stream. Notifies
the interested listeners that application data has changed or that a new model
is available. Returns true if the data could be read and everything is sucessful
else returns false.
- Parameters:
- ObjectInputStream - input stream to read your application data.
- Throws: ClassNotFoundException
- Class of a serialized object cannot be found
- Throws: IOException
- I/O exceptions that may occur
All Packages Class Hierarchy This Package Previous Next Index