Package 

Interface CTProductConfigListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onActivated() Receives a callback whenever Product Config gets activated.
      abstract void onFetched() Receives a callback whenever Product Config is fetched.
      abstract void onInit() Receives a callback whenever Product Config initialises.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onActivated

        @Deprecated() abstract void onActivated()

        Receives a callback whenever Product Config gets activated.

      • onFetched

        @Deprecated() abstract void onFetched()

        Receives a callback whenever Product Config is fetched.

      • onInit

        @Deprecated() abstract void onInit()

        Receives a callback whenever Product Config initialises.