com.buglabs.application
Interface ServiceChangeListener

All Superinterfaces:
RunnableWithServices

Deprecated. Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead.

public interface ServiceChangeListener
extends RunnableWithServices

Extends RunnableWithServices and provides more granular service events.


Method Summary
 void serviceAvailable(java.lang.Object service)
          Deprecated. Is called when a tracked service becomes available.
 
Methods inherited from interface com.buglabs.application.RunnableWithServices
allServicesAvailable, serviceUnavailable
 

Method Detail

serviceAvailable

void serviceAvailable(java.lang.Object service)
Deprecated. 
Is called when a tracked service becomes available. Not guaranteed to be unique. Client must handle logic to track multiple instances of service.

Parameters:
service -