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