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.
-
-
Constructor Summary
Constructors Constructor and Description IAppSwitchListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract voidonAppResult(java.lang.String packageName, java.lang.String classname)应用切换结果Application switch result
-
-
-
Constructor Detail
-
IAppSwitchListener
public IAppSwitchListener()
-
-
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.
-
-