|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ProvEv
interface is the base interface for all Provider-
related events. All events which pertain to the Provider object must
extend this interface. Events which extend this interface are reported via
the ProviderObserver
interface.
The core package defines events which are reported when the Provider changes
state. These events are: ProvInServiceEv
,
ProvOutOfServiceEv
, and ProvShutdownEv
. Also, the
core package defines the ProvObservationEndedEv
event which is
sent when the Provider becomes unobservable.
The ProvEv.getProvider()
method on this interface returns the
Provider associated with the Provider event.
ProvInServiceEv
,
ProvOutOfServiceEv
,
ProvShutdownEv
,
ProvObservationEndedEv
,
Ev
,
ProviderObserver
,
Provider
Field Summary |
Method Summary | |
Provider |
getProvider()
Returns the Provider associated with this Provider event. |
Methods inherited from interface javax.telephony.events.Ev |
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Method Detail |
public Provider getProvider()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |