Method Summary
|
load |
starts the data processing.
|
|
unload |
stops the data processing.
|
|
reload |
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.
|
|
isLoaded |
returns if the object is in loaded state.
|
|
addLoadListener |
adds the specified listener to receive events "loaded" and "unloaded".
|
|
removeLoadListener |
removes the specified listener.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.