org.davic.net.tuning
Class NetworkInterfaceReleasedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.davic.resources.ResourceStatusEvent
          extended byorg.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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
clone, equals, finalize, 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