Package com.mitac.api.libs
Interface ServiceStatusCallback
-
public interface ServiceStatusCallback
Provides callback method to inform user when service is ready.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ready()
called when service is ready.void
stopped()
called when service is stopped.
-