|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.jmdns.NetworkTopologyEvent
public abstract class NetworkTopologyEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
protected |
NetworkTopologyEvent(java.lang.Object eventSource)
Constructs a Service Event. |
Method Summary | |
---|---|
abstract JmDNS |
getDNS()
Returns the JmDNS instance associated with the event or null if it is a generic event. |
abstract java.net.InetAddress |
getInetAddress()
The Internet address affected by this event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected NetworkTopologyEvent(java.lang.Object eventSource)
eventSource
- The DNS on which the Event initially occurred.
java.lang.IllegalArgumentException
- if source is null.Method Detail |
---|
public abstract JmDNS getDNS()
public abstract java.net.InetAddress getInetAddress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |