com.eurotech.framework.net
Class NetInterfaceAddedEvent

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

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

An event raised when a new network interface has been added to the system.


Field Summary
static String NETWORK_EVENT_INTERFACE_ADDED_TOPIC
          Topic of the NetworkInterfaceAddedEvent
static String NETWORK_EVENT_INTERFACE_PROPERTY
          Name of the property to access the network interface name
 
Constructor Summary
NetInterfaceAddedEvent(Map<String,?> properties)
           
 
Method Summary
 String getInterfaceName()
          Returns the name of the added interface.
 
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_INTERFACE_ADDED_TOPIC

public static final String NETWORK_EVENT_INTERFACE_ADDED_TOPIC
Topic of the NetworkInterfaceAddedEvent

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
Constructor Detail

NetInterfaceAddedEvent

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

getInterfaceName

public String getInterfaceName()
Returns the name of the added interface.

Returns:


Copyright © 2013. All Rights Reserved.