org.davic.net.tuning
Class NetworkInterfaceReleasedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.davic.resources.ResourceStatusEvent
          extended by org.davic.net.tuning.NetworkInterfaceReleasedEvent
All Implemented Interfaces:
java.io.Serializable

public class NetworkInterfaceReleasedEvent
extends ResourceStatusEvent

This event informs that the NetworkInterface returned by the getNetworkInterface method has been released by an application or other entity in the system.

See Also:
Serialized Form

Constructor Summary
NetworkInterfaceReleasedEvent(java.lang.Object ni)
          Constructor for the event
 
Method Summary
 java.lang.Object getSource()
          Returns the network interface that has been released
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkInterfaceReleasedEvent

public NetworkInterfaceReleasedEvent(java.lang.Object ni)
Constructor for the event

Parameters:
ni - the NetworkInterface object representing the network interface that has been released.
Method Detail

getSource

public java.lang.Object getSource()
Returns the network interface that has been released

Overrides:
getSource in class ResourceStatusEvent
Returns:
the NetworkInterface object representing the network interface that has been released