public class WifiAccessPointAddedEvent
extends org.osgi.service.event.Event
Modifier and Type | Field and Description |
---|---|
static String |
NETWORK_EVENT_ACCESS_POINT_PROPERTY
Name of the property to access the access point
|
static String |
NETWORK_EVENT_ACCESSPOINT_ADDED_TOPIC
Topic of the WifiAccessPointAddedEvent
|
static String |
NETWORK_EVENT_INTERFACE_PROPERTY
Name of the property to access the network interface name
|
Constructor and Description |
---|
WifiAccessPointAddedEvent(Map<String,?> properties) |
Modifier and Type | Method and Description |
---|---|
WifiAccessPoint |
getAccessPoint()
Returns the name of the added access point.
|
String |
getInterfaceName()
Returns the network interface name.
|
public static final String NETWORK_EVENT_ACCESSPOINT_ADDED_TOPIC
public static final String NETWORK_EVENT_INTERFACE_PROPERTY
public static final String NETWORK_EVENT_ACCESS_POINT_PROPERTY
public String getInterfaceName()
public WifiAccessPoint getAccessPoint()
Copyright © 2013. All Rights Reserved.