public class CallbackObject extends Object implements Comparable<CallbackObject>
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMON |
static int |
FROM |
static int |
SPECIFIC |
static int |
TO |
| Constructor and Description |
|---|
CallbackObject(String fromStateName,
String toStateName,
MethodWrapper wrappedCallbackMethod) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CallbackObject other) |
void |
doCallback(LifecycleContext<?,?> callbackContext) |
protected Object |
evaluateTarget(Object target) |
int |
getGeneralize() |
int |
getInheritanceLevel() |
int |
getPriority() |
boolean |
matches(LifecycleContext<?,?> callbackContext) |
public static final int COMMON
public static final int FROM
public static final int TO
public static final int SPECIFIC
public CallbackObject(String fromStateName, String toStateName, MethodWrapper wrappedCallbackMethod)
public boolean matches(LifecycleContext<?,?> callbackContext)
public void doCallback(LifecycleContext<?,?> callbackContext)
public int getPriority()
public int getInheritanceLevel()
public int compareTo(CallbackObject other)
compareTo in interface Comparable<CallbackObject>public int getGeneralize()
Copyright © 2015. All Rights Reserved.