Public Member Functions | |
ServiceEvent | clone () |
abstract JmDNS | getDNS () |
abstract ServiceInfo | getInfo () |
abstract String | getName () |
abstract String | getType () |
ServiceEvent (final Object eventSource) | |
Static Private Attributes | |
static final long | serialVersionUID = -8558445644541006271L |
Definition at line 12 of file ServiceEvent.java.
javax.jmdns.ServiceEvent.ServiceEvent | ( | final Object | eventSource | ) | [inline] |
Constructs a Service Event.
eventSource | The object on which the Event initially occurred. |
IllegalArgumentException | if source is null. |
Definition at line 27 of file ServiceEvent.java.
ServiceEvent javax.jmdns.ServiceEvent.clone | ( | ) | [inline] |
Reimplemented in javax.jmdns.impl.ServiceEventImpl.
Definition at line 65 of file ServiceEvent.java.
abstract JmDNS javax.jmdns.ServiceEvent.getDNS | ( | ) | [pure virtual] |
Returns the JmDNS instance which originated the event.
Implemented in javax.jmdns.impl.ServiceEventImpl.
abstract ServiceInfo javax.jmdns.ServiceEvent.getInfo | ( | ) | [pure virtual] |
Returns the service info record, or null if the service could not be resolved. Always returns null, if the event is sent to a service type listener.
Implemented in javax.jmdns.impl.ServiceEventImpl.
abstract String javax.jmdns.ServiceEvent.getName | ( | ) | [pure virtual] |
Returns the instance name of the service. Always returns null, if the event is sent to a service type listener.
Implemented in javax.jmdns.impl.ServiceEventImpl.
abstract String javax.jmdns.ServiceEvent.getType | ( | ) | [pure virtual] |
Returns the fully qualified type of the service.
Implemented in javax.jmdns.impl.ServiceEventImpl.
final long javax.jmdns.ServiceEvent.serialVersionUID = -8558445644541006271L [static, private] |
Reimplemented in javax.jmdns.impl.ServiceEventImpl.
Definition at line 17 of file ServiceEvent.java.