Interface ConnectionReadyListener

All Known Implementing Classes:
ConnectionReadyListenerImpl

public interface ConnectionReadyListener
Listener that is notified when a switch connection is ready.
Author:
mirehak
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Fired when connection becomes ready-to-use.
  • Method Details

    • onConnectionReady

      void onConnectionReady()
      Fired when connection becomes ready-to-use.