Method Summary
|
loaded |
is invoked when the object has successfully connected to
a datasource.
|
|
unloading |
is invoked when the object is about to be unloaded. Components may use
this to stop any other event processing related to the event source before
the object is unloaded.
|
|
unloaded |
is invoked after the object has disconnected from a datasource.
|
|
reloading |
is invoked when the object is about to be reloaded. Components may use
this to stop any other event processing related to the event source until
they get the reloaded event.
|
|
reloaded |
is invoked when the object has been reloaded.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.