|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MobileProviderListener
interface reports all changes
which happen to the MobileProvider object. These changes are reported
as one method call with separate event ids for each event type. The
applications must instantiate an object which implements this
interface and then use the Provider.addProviderListener
method to register the object to receive all future events associated
with the MobileProvider object.
MobileProvider
,
MobileProviderEvent
Method Summary | |
void |
networkChanged(MobileProviderEvent event)
The network of MobileProvider has changed. |
void |
serviceRestricted(MobileProviderEvent event)
The state of MobileProvider has changed to restricted use mode. |
Methods inherited from interface javax.telephony.ProviderListener |
providerEventTransmissionEnded, providerInService, providerOutOfService, providerShutdown |
Method Detail |
public void serviceRestricted(MobileProviderEvent event)
event
- service restricted event.public void networkChanged(MobileProviderEvent event)
event
- the network has changed due to roaming operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |