|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkListener
Interface to listen for network online/offline events. Implementers should register via the NetworkMonitor class.
NetworkMonitor
Method Summary | |
---|---|
void |
offline(NetworkEvent netEvent)
This callback indicates that the network has gone offline |
void |
online(NetworkEvent netEvent)
This callback indicates that the network has come online |
Method Detail |
---|
void online(NetworkEvent netEvent)
netEvent
- a NetworkEvent
instance.void offline(NetworkEvent netEvent)
netEvent
- a NetworkEvent
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |