-
- All Implemented Interfaces:
-
java.lang.Comparable
public abstract class XCallback implements Comparable<XCallback>
Base class for Xposed callbacks. This class only keeps a priority for ordering multiple callbacks. The actual (abstract) callback methods are added by subclasses.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classXCallback.ParamBase class for Xposed callback parameters.
-
Field Summary
Fields Modifier and Type Field Description public final intprioritypublic final static intPRIORITY_DEFAULTpublic final static intPRIORITY_LOWESTpublic final static intPRIORITY_HIGHEST
-
Method Summary
Modifier and Type Method Description static voidcallAll(XCallback.Param param)intcompareTo(XCallback other)-
-
Method Detail
-
callAll
static void callAll(XCallback.Param param)
-
-
-
-