|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceEvent
public class ServiceEvent
ServiceEvent.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ServiceEvent(JmDNS source,
String type,
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. |
String |
getName()
Returns the instance name of the service. |
String |
getType()
Returns the fully qualified type of the service. |
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,
String type,
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 String getType()
public String getName()
public ServiceInfo getInfo()
public String toString()
toString in class EventObject
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||