com.pax.dal.entity

Class IAppSwitchListener

  • java.lang.Object
    • com.pax.dal.entity.IAppSwitchListener


  • public abstract class IAppSwitchListener
    extends java.lang.Object
    应用切换监听器。
    Application switch listener.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract void onAppResult(java.lang.String packageName, java.lang.String classname)
      应用切换结果
      Application switch result
      • Methods inherited from class java.lang.Object

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

      • onAppResult

        public abstract void onAppResult(java.lang.String packageName,
                                         java.lang.String classname)
        应用切换结果
        Application switch result
        Parameters:
        packageName -
        当前应用包名。
        Current application package name.
        classname -
        当前应用类名
        Current application class name.