|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for notifying changes happening in a JccProvider
. These changes are
reported as events to the JccProviderListener method corresponding to the type of event.
Applications must instantiate an object which implements this interface and then use
the addProviderListener(JccProviderListener)
method to register the object to receive all future events associated with the JccProvider object.
Method Summary | |
void |
providerEventTransmissionEnded(JccProviderEvent providerevent)
Indicates that this instance of JccProviderListener will no longer receive JccProvider events from the instance of JccProvider. |
void |
providerInService(JccProviderEvent providerevent)
Indicates that the state of the JccProvider has changed to JccProvider.IN_SERVICE . |
void |
providerOutOfService(JccProviderEvent providerevent)
Indicates that the state of the JccProvider has changed to JccProvider.OUT_OF_SERVICE . |
void |
providerShutdown(JccProviderEvent providerevent)
Indicates that the state of the JccProvider has changed to JccProvider.SHUTDOWN . |
Method Detail |
public void providerInService(JccProviderEvent providerevent)
JccProvider.IN_SERVICE
.
providerevent
- JccProviderEvent with event ID PROVIDER_IN_SERVICE.public void providerOutOfService(JccProviderEvent providerevent)
JccProvider.OUT_OF_SERVICE
.
providerevent
- JccProviderEvent with event ID PROVIDER_OUT_OF_SERVICE.public void providerShutdown(JccProviderEvent providerevent)
JccProvider.SHUTDOWN
.
providerevent
- JccProviderEvent with event ID PROVIDER_SHUTDOWN.public void providerEventTransmissionEnded(JccProviderEvent providerevent)
providerevent
- JccProviderEvent with event ID PROVIDER_EVENT_TRANSMISSION_ENDED.
|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright - 2001, 2003 Sun Microsystems