Package | Description |
---|---|
agi.foundation.stoppingconditions |
Contains types for stopping propagation when various events occur.
|
Modifier and Type | Method and Description |
---|---|
static StoppingTriggeredCallback |
StoppingTriggeredCallback.of(StoppingTriggeredCallback.Function f)
Create a delegate for the given interface.
|
static StoppingTriggeredCallback |
StoppingTriggeredCallback.of(StoppingTriggeredCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static StoppingTriggeredCallback |
StoppingTriggeredCallback.of(StoppingTriggeredCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|