com.eurotech.framework.net.wifi
Class WifiAccessPointRemovedEvent

java.lang.Object
  extended by org.osgi.service.event.Event
      extended by com.eurotech.framework.net.wifi.WifiAccessPointRemovedEvent

public class WifiAccessPointRemovedEvent
extends org.osgi.service.event.Event

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

NETWORK_EVENT_ACCESSPOINT_REMOVED_TOPIC

public static final String NETWORK_EVENT_ACCESSPOINT_REMOVED_TOPIC
Topic of the WifiAccessPointAddedEvent

See Also:
Constant Field Values

NETWORK_EVENT_INTERFACE_PROPERTY

public static final String NETWORK_EVENT_INTERFACE_PROPERTY
Name of the property to access the network interface name

See Also:
Constant Field Values

NETWORK_EVENT_ACCESS_POINT_PROPERTY

public static final String NETWORK_EVENT_ACCESS_POINT_PROPERTY
Name of the property to access the access point

See Also:
Constant Field Values
Constructor Detail

WifiAccessPointRemovedEvent

public WifiAccessPointRemovedEvent(Map<String,?> properties)
Method Detail

getInterfaceName

public String getInterfaceName()
Returns the network interface name.

Returns:

getAccessPoint

public WifiAccessPoint getAccessPoint()
Returns the name of the removed access point.

Returns:


Copyright © 2013. All Rights Reserved.