Class ServiceTracker.AllTracked

All Implemented Interfaces:
EventListener, AllServiceListener, ServiceListener
Enclosing class:
ServiceTracker<S,T>

private class ServiceTracker.AllTracked extends ServiceTracker<S,T>.Tracked implements AllServiceListener
Subclass of Tracked which implements the AllServiceListener interface. This class is used by the ServiceTracker if open is called with true.
Since:
1.3
  • Constructor Details

    • AllTracked

      AllTracked()
      AllTracked constructor.