public class

WifiMonitor

extends BroadcastReceiver
java.lang.Object
   ↳ BroadcastReceiver
     ↳ org.ocast.mediaroute.WifiMonitor

Class Overview

Monitors the Wifi network state to notify a WifiMonitor.Listener when a change is detected

Summary

Nested Classes
interface WifiMonitor.Listener Defines an object to be notified of network state changes  
Public Constructors
WifiMonitor(WifiMonitor.Listener listener)
Public Methods
boolean isConnected()
void onReceive(Context context, Intent intent)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WifiMonitor (WifiMonitor.Listener listener)

Public Methods

public boolean isConnected ()

public void onReceive (Context context, Intent intent)