io.sarl.sre.janus.skills.bic
Interface FailureListenerFactory
All Known Implementing Classes:
TaskAgentFailureEventEmitterFactory
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
interface FailureListenerFactory
Factory for failure listener.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.12
Action Summary
Modifier and type Action and description
abstract FailureListener create(Agent)
Action Details
create(Agent)
def create(Agent) : FailureListener