|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.davic.resources.ResourceStatusEvent
org.davic.net.tuning.NetworkInterfaceReleasedEvent
This event informs that the NetworkInterface returned by the getNetworkInterface method has been released by an application or other entity in the system.
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 |
public NetworkInterfaceReleasedEvent(java.lang.Object ni)
ni
- the NetworkInterface object representing the network
interface that has been released.Method Detail |
public java.lang.Object getSource()
getSource
in class ResourceStatusEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |