Package | Description |
---|---|
agi.foundation.compatibility |
Modifier and Type | Method and Description |
---|---|
static SendOrPostCallback |
SendOrPostCallback.of(SendOrPostCallback.Function f)
Create a delegate for the given interface.
|
static SendOrPostCallback |
SendOrPostCallback.of(SendOrPostCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static SendOrPostCallback |
SendOrPostCallback.of(SendOrPostCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|