public abstract class ConnectivityMonitor
extends java.lang.Object
SyncClient to observe connectivity changes.
Implementations are provided by a platform.
| Constructor and Description |
|---|
ConnectivityMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyConnectionAvailable()
Notifies the observer that a connection is available.
|
void |
onObserverRemoved()
Called right after the observer was removed.
|
void |
onObserverSet()
Called right after the observer was set.
|
public void onObserverSet()
public void onObserverRemoved()
public final void notifyConnectionAvailable()