|
||||||||||
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.NetworkInterfaceReservedEvent
public class NetworkInterfaceReservedEvent
This event informs that a particular network interface has been reserved by an application or other entity in the system.
Constructor Summary | |
---|---|
NetworkInterfaceReservedEvent(java.lang.Object ni)
Constructor for the event |
Method Summary | |
---|---|
java.lang.Object |
getSource()
Returns the network interface that has been reserved |
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 |
---|
public NetworkInterfaceReservedEvent(java.lang.Object ni)
ni
- the NetworkInterface object representing the network
interface that has been reserved.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 |