|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the base interface for all JccProvider
related events. All events
which pertain to the JccProvider object must extend this interface. Events
which extend this interface are reported via the JccProviderListener
interface.
Field Summary | |
static int |
PROVIDER_EVENT_TRANSMISSION_ENDED
indicates that the listener will no longer receive JccProvider Events from the sending JccProvider instance. |
static int |
PROVIDER_IN_SERVICE
This indicates that the state of the JccProvider object has changed to JccProvider.IN_SERVICE . |
static int |
PROVIDER_OUT_OF_SERVICE
This also indicates that the state of the JccProvider object has changed to JccProvider.OUT_OF_SERVICE . |
static int |
PROVIDER_SHUTDOWN
This also indicates that the state of the JccProvider object has changed to JccProvider.SHUTDOWN . |
Method Summary | |
JccProvider |
getProvider()
returns the JccProvider associated with this JccProvider Event. |
Methods inherited from interface javax.csapi.cc.jcc.JccEvent |
getCause, getID, getSource |
Field Detail |
public static final int PROVIDER_IN_SERVICE
JccProvider.IN_SERVICE
.
This constant
indicates a specific event passed via a JccProviderEvent event and is reported on the
JccProviderListener interface.
public static final int PROVIDER_OUT_OF_SERVICE
JccProvider.OUT_OF_SERVICE
.
This constant
indicates a specific event passed via a JccProviderEvent event and is reported on the
JccProviderListener interface.
public static final int PROVIDER_SHUTDOWN
JccProvider.SHUTDOWN
.
This constant
indicates a specific event passed via a JccProviderEvent event and is reported on the
JccProviderListener interface.
public static final int PROVIDER_EVENT_TRANSMISSION_ENDED
Method Detail |
public JccProvider getProvider()
JccEvent.getSource()
.
|
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