|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.davic.net.tuning.NetworkInterfaceEvent
Base class for events related to network interfaces. Events that inherit from NetworkInterfaceEvent will be sent to all registered listeners, when they are sent.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
NetworkInterfaceEvent(java.lang.Object networkInterface)
The constructor for the event |
Method Summary | |
java.lang.Object |
getSource()
Returns the NetworkInterface that generated the event |
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 NetworkInterfaceEvent(java.lang.Object networkInterface)
networkInterface
- the network interface which the event
is generated for.Method Detail |
public java.lang.Object getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |