Methods' Details |
load
- Description
- loads the data.
|
|
unload
- Description
- unloads the data.
|
|
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.
|
|
isLoaded
- Description
- returns if the object is in loaded state.
|
|
addLoadListener
- Description
- adds the specified listener to receive load-related events
- Parameter aListener
-
the listener to add.
|
|
removeLoadListener
[oneway] void |
removeLoadListener( |
[in] XLoadListener |
aListener ); |
- Description
- removes the specified listener.
- Parameter aListener
-
the listener to remove.
|
|
Copyright © 2003 Sun Microsystems, Inc.