javax.jmdns
Class ServiceEvent
public abstract class ServiceEvent
extends EventObject
abstract JmDNS | getDNS() - Returns the JmDNS instance which originated the event.
|
abstract ServiceInfo | getInfo()
|
abstract String | getName() - Returns the instance name of the service.
|
abstract String | getType() - Returns the fully qualified type of the service.
|
ServiceEvent
public ServiceEvent(Object source)
getDNS
public abstract JmDNS getDNS()
Returns the JmDNS instance which originated the event.
getName
public abstract String getName()
Returns the instance name of the service.
Always returns null, if the event is sent to a service type listener.
getType
public abstract String getType()
Returns the fully qualified type of the service.