Package javax.jmdns.impl
Class ListenerStatus.ServiceListenerStatus
- java.lang.Object
-
- javax.jmdns.impl.ListenerStatus<ServiceListener>
-
- javax.jmdns.impl.ListenerStatus.ServiceListenerStatus
-
- Enclosing class:
- ListenerStatus<T extends EventListener>
public static class ListenerStatus.ServiceListenerStatus extends ListenerStatus<ServiceListener>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.jmdns.impl.ListenerStatus
ListenerStatus.ServiceListenerStatus, ListenerStatus.ServiceTypeListenerStatus
-
-
Field Summary
-
Fields inherited from class javax.jmdns.impl.ListenerStatus
ASYNCHRONOUS, SYNCHRONOUS
-
-
Constructor Summary
Constructors Constructor Description ServiceListenerStatus(ServiceListener listener, boolean synch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class javax.jmdns.impl.ListenerStatus
equals, getListener, hashCode, isSynchronous
-
-
-
-
Constructor Detail
-
ServiceListenerStatus
public ServiceListenerStatus(ServiceListener listener, boolean synch)
- Parameters:
listener
- listener being tracked.synch
- true if that listener can be called asynchronously
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classListenerStatus<ServiceListener>
-
-