public class NetworkStateChangedEvent
extends org.osgi.service.event.Event
| Modifier and Type | Field and Description |
|---|---|
static String |
NETWORK_EVENT_NEW_STATE_PROPERTY
Name of the property to access the new network state
|
static String |
NETWORK_EVENT_STATE_CHANGED_TOPIC
Topic of the NetworkStateChangedEvent
|
| Constructor and Description |
|---|
NetworkStateChangedEvent(Map<String,?> properties) |
| Modifier and Type | Method and Description |
|---|---|
NetworkState |
getState()
Returns the new network state.
|
public static final String NETWORK_EVENT_STATE_CHANGED_TOPIC
public static final String NETWORK_EVENT_NEW_STATE_PROPERTY
public NetworkState getState()
Copyright © 2015. All Rights Reserved.