Methods' Details
|
- load
-  
[ oneway ] void
load();
- Description
- starts the data processing.
- See also
- XLoadListener
|
- unload
-  
[ oneway ] void
unload();
- Description
- stops the data processing.
- See also
- XLoadListener
|
- reload
-  
[ oneway ] void
reload();
- Description
- does a smart refresh of the object. The final state will be the same as if
unload and load were called, but reload is the more efficient way to do the same.
If the object isn't loaded, nothing happens.
- See also
- XLoadListener
|
- isLoaded
-  
boolean
isLoaded();
- Description
- returns if the object is in loaded state.
- See also
- XLoadListener
|
- addLoadListener
-  
- [ oneway ] void
addLoadListener(
-
- Description
- adds the specified listener to receive events "loaded" and "unloaded".
- Parameter aListener
-
the listener to add.
- See also
- com::sun::star::form::XLoadListener
|
- removeLoadListener
-  
- [ oneway ] void
removeLoadListener(
-
- Description
- removes the specified listener.
- Parameter aListener
-
the listener to remove.
- See also
- com::sun::star::form::XLoadListener
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.