| Class and Description |
|---|
| net.tribe7.common.util.concurrent.ForwardingService
Instead of using a
ForwardingService, consider using the
Service.Listener functionality to hook into the Service
lifecycle, or if you really do need to provide access to some Service
methods, consider just providing the few that you actually need (e.g. just
ForwardingService.startAndWait()) and not implementing Service. |