com.eurotech.framework.net
Class NetworkStateChangedEvent
java.lang.Object
org.osgi.service.event.Event
com.eurotech.framework.net.NetworkStateChangedEvent
public class NetworkStateChangedEvent
- extends org.osgi.service.event.Event
Event raised when the state of the network has changed.
Methods inherited from class org.osgi.service.event.Event |
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString |
NETWORK_EVENT_STATE_CHANGED_TOPIC
public static final String NETWORK_EVENT_STATE_CHANGED_TOPIC
- Topic of the NetworkStateChangedEvent
- See Also:
- Constant Field Values
NETWORK_EVENT_NEW_STATE_PROPERTY
public static final String NETWORK_EVENT_NEW_STATE_PROPERTY
- Name of the property to access the new network state
- See Also:
- Constant Field Values
NetworkStateChangedEvent
public NetworkStateChangedEvent(Map<String,?> properties)
getState
public NetworkState getState()
- Returns the new network state.
- Returns:
Copyright © 2013. All Rights Reserved.