Interface ServiceListener

All Known Implementing Classes:
RemoteKernelServicePortalProxy

public interface ServiceListener
Provides callback methods for instances interested in service updates.
  • Method Summary

    Modifier and Type Method Description
    void onServiceUnavailable()
    Notifies a listener that the service is unavailable, i.e. is not in a usable state.
  • Method Details

    • onServiceUnavailable

      void onServiceUnavailable()
      Notifies a listener that the service is unavailable, i.e. is not in a usable state.