com.eurotech.framework.net
Class NetInterfaceRemovedEvent

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

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

An event raised when a network interface has been removed from the system.


Field Summary
static String NETWORK_EVENT_INTERFACE_PROPERTY
          Name of the property to access the network interface name
static String NETWORK_EVENT_INTERFACE_REMOVED_TOPIC
          Topic of the NetworkInterfaceRemovedEvent
 
Constructor Summary
NetInterfaceRemovedEvent(Map<String,?> properties)
           
 
Method Summary
 String getInterfaceName()
          Returns the name of the removed 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_REMOVED_TOPIC

public static final String NETWORK_EVENT_INTERFACE_REMOVED_TOPIC
Topic of the NetworkInterfaceRemovedEvent

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

NetInterfaceRemovedEvent

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

getInterfaceName

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

Returns:


Copyright © 2013. All Rights Reserved.