org.davic.net.tuning
Class NetworkInterfaceReleasedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.davic.net.tuning.NetworkInterfaceReleasedEvent
- All Implemented Interfaces:
- 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
Method Summary |
Object |
getSource()
Returns the network interface that has been released |
NetworkInterfaceReleasedEvent
public NetworkInterfaceReleasedEvent(Object ni)
- Constructor for the event
- Parameters:
ni
- the NetworkInterface object representing the network
interface that has been released.
getSource
public 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