- All Superinterfaces:
-
java.util.EventListener
- All Known Implementing Classes:
-
TaskAgentFailureEventEmitter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
@org.eclipse.xtext.xbase.lib.XbaseGenerated
interface FailureListener
implements java.util.EventListener
Listener on events related to the task failures.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Action Summary
Action Details
- taskFailed(AgentTask,Throwable)
-
def taskFailed(AgentTask,Throwable)
Invoked when a task has failed.
- Parameters:
-
task -
failureCause -