|
JmDNS 0.4.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.jmdns.ServiceEvent
ServiceEvent.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ServiceEvent(JmDNS source,
java.lang.String type,
java.lang.String name,
ServiceInfo info)
Creates a new instance. |
Method Summary | |
JmDNS |
getDNS()
Returns the JmDNS instance which originated the event. |
ServiceInfo |
getInfo()
Returns the service info record, or null if the service could not be resolved. |
java.lang.String |
getName()
Returns the instance name of the service. |
java.lang.String |
getType()
Returns the fully qualified type of the service. |
java.lang.String |
toString()
|
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceEvent(JmDNS source, java.lang.String type, java.lang.String name, ServiceInfo info)
source
- the JmDNS instance which originated the event.type
- the type name of the service.name
- the instance name of the service.info
- the service info record, or null if the service could be be resolved.Method Detail |
public JmDNS getDNS()
public java.lang.String getType()
public java.lang.String getName()
public ServiceInfo getInfo()
public java.lang.String toString()
|
JmDNS 0.4.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |