public class CbMethodHandle extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
instance
the instance the method will operate on.
|
boolean |
isEventHandler
indicates is an
OnEventHandler method |
boolean |
isInvertedDirtyHandler |
boolean |
isPostEventHandler |
Method |
method
The callback method.
|
Class<?> |
parameterClass
the parameter type of the callback - can be null
|
String |
variableName
the variable name of the instance in the SEP.
|
| Constructor and Description |
|---|
CbMethodHandle(Method method,
Object instance,
String variableName) |
CbMethodHandle(Method method,
Object instance,
String variableName,
Class<?> parameterClass,
boolean isEventHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getInstance() |
Method |
getMethod() |
Class<?> |
getParameterClass() |
String |
getVariableName() |
int |
hashCode() |
boolean |
isEventHandler() |
boolean |
isGuardedParent() |
boolean |
isInvertedDirtyHandler() |
boolean |
isNoPropagateEventHandler() |
boolean |
isPostEventHandler() |
String |
toString() |
public final Method method
public final Object instance
public final String variableName
public final Class<?> parameterClass
public final boolean isEventHandler
OnEventHandler methodpublic final boolean isPostEventHandler
public final boolean isInvertedDirtyHandler
public Method getMethod()
public Object getInstance()
public String getVariableName()
public Class<?> getParameterClass()
public boolean isEventHandler()
public boolean isNoPropagateEventHandler()
public boolean isPostEventHandler()
public boolean isInvertedDirtyHandler()
public boolean isGuardedParent()
Copyright © 2022. All rights reserved.