Class Main.OnAppStateChanged

  • All Implemented Interfaces:
    ej.kf.FeatureStateListener
    Enclosing class:
    Main

    public static class Main.OnAppStateChanged
    extends java.lang.Object
    implements ej.kf.FeatureStateListener
    Listener triggered when the application state changes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stateChanged​(ej.kf.Feature app, ej.kf.Feature.State previousState)  
      • Methods inherited from class java.lang.Object

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

      • OnAppStateChanged

        public OnAppStateChanged()
    • Method Detail

      • stateChanged

        public void stateChanged​(ej.kf.Feature app,
                                 @Nullable
                                 ej.kf.Feature.State previousState)
        Specified by:
        stateChanged in interface ej.kf.FeatureStateListener