Methods' Details
|
- loaded
-  
- [ oneway ] void
loaded(
-
- Description
- is invoked when the object has successfully connected to
a datasource.
- Parameter aEvent
-
the event happend.
- See also
- XLoadable
|
- unloading
-  
- [ oneway ] void
unloading(
-
- Description
- 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.
- Parameter aEvent
-
the event happend.
- See also
- XLoadable
|
- unloaded
-  
- [ oneway ] void
unloaded(
-
- Description
- is invoked after the object has disconnected from a datasource.
- Parameter aEvent
-
the event happend.
- See also
- XLoadable
|
- reloading
-  
- [ oneway ] void
reloading(
-
- Description
- 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.
- Parameter aEvent
-
the event happend.
- See also
- XLoadable
|
- reloaded
-  
- [ oneway ] void
reloaded(
-
- Description
- is invoked when the object has been reloaded.
- Parameter aEvent
-
the event happend.
- See also
- XLoadable
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.