Package com.bumptech.glide.manager
Interface ConnectivityMonitor.ConnectivityListener
-
- Enclosing interface:
- ConnectivityMonitor
public static interface ConnectivityMonitor.ConnectivityListenerAn interface for listening to network connectivity events picked up by the monitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnectivityChanged(boolean isConnected)Called when the connectivity state changes.
-