JSR-043: JTAPI-1.4

javax.telephony.mobile
Interface MobileProviderListener

All Superinterfaces:
java.util.EventListener, ProviderListener

public interface MobileProviderListener
extends ProviderListener

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.

See Also:
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

serviceRestricted

public void serviceRestricted(MobileProviderEvent event)
The state of MobileProvider has changed to restricted use mode. The core ProviderEvent supplies inService, outOfService and serviceShutdown transitions. The MobileProvider adds the notification of serviceRestricted transitions.
Parameters:
event - service restricted event.

networkChanged

public void networkChanged(MobileProviderEvent event)
The network of MobileProvider has changed.
Parameters:
event - the network has changed due to roaming operation

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org