Package com.ribs

Interface RibsEventListener.Listener

Enclosing class:
RibsEventListener

public static interface RibsEventListener.Listener
An interface for objects that want notification about event processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the app activates.
    void
    Called when the app de-activates.
  • Method Details

    • appActivated

      void appActivated()
      Called when the app activates.
    • appDeactivated

      void appDeactivated()
      Called when the app de-activates.