|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.osgi.service.event.Event com.eurotech.framework.net.wifi.WifiAccessPointRemovedEvent
public class WifiAccessPointRemovedEvent
Emitted when an access point disappears from view of the device.
Field Summary | |
---|---|
static String |
NETWORK_EVENT_ACCESS_POINT_PROPERTY
Name of the property to access the access point |
static String |
NETWORK_EVENT_ACCESSPOINT_REMOVED_TOPIC
Topic of the WifiAccessPointAddedEvent |
static String |
NETWORK_EVENT_INTERFACE_PROPERTY
Name of the property to access the network interface name |
Constructor Summary | |
---|---|
WifiAccessPointRemovedEvent(Map<String,?> properties)
|
Method Summary | |
---|---|
WifiAccessPoint |
getAccessPoint()
Returns the name of the removed access point. |
String |
getInterfaceName()
Returns the network interface name. |
Methods inherited from class org.osgi.service.event.Event |
---|
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NETWORK_EVENT_ACCESSPOINT_REMOVED_TOPIC
public static final String NETWORK_EVENT_INTERFACE_PROPERTY
public static final String NETWORK_EVENT_ACCESS_POINT_PROPERTY
Constructor Detail |
---|
public WifiAccessPointRemovedEvent(Map<String,?> properties)
Method Detail |
---|
public String getInterfaceName()
public WifiAccessPoint getAccessPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |