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>
  • Constructor Details

    • ServiceListenerStatus

      public ServiceListenerStatus(ServiceListener listener, boolean synch)
      Parameters:
      listener - listener being tracked.
      synch - true if that listener can be called asynchronously
  • Method Details