Package | Description |
---|---|
javax.microedition.cellular |
[OPTIONAL] Provides classes to obtain information about cellular networks the device is
registered on.
|
Modifier and Type | Method and Description |
---|---|
static CellularNetwork[] |
CellularNetwork.getCellularNetworks()
Returns all cellular networks to which the device is connected.
|
CellularNetwork |
Subscriber.getNetwork()
Returns a cellular network the device is registered into
using this Subscriber.
|
Modifier and Type | Method and Description |
---|---|
void |
CellularNetworkListener.notifyNetworkEvent(CellularNetwork network,
int networkEvent)
Notifies listener about network related event.
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.