public static class ListenerStatus.ServiceListenerStatus extends ListenerStatus<ServiceListener>
ListenerStatus.ServiceListenerStatus, ListenerStatus.ServiceTypeListenerStatus
ASYNCHRONOUS, SYNCHRONOUS
Constructor and Description |
---|
ServiceListenerStatus(ServiceListener listener,
boolean synch) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, getListener, hashCode, isSynchronous
public ServiceListenerStatus(ServiceListener listener, boolean synch)
listener
- listener being tracked.synch
- true if that listener can be called asynchronouslypublic String toString()
toString
in class ListenerStatus<ServiceListener>
Copyright © 2002–2017 JmDNS. All rights reserved.