io.sarl.api.core
Event AgentKillFailure
All Superinterfaces:
java.io.Serializable
event AgentKillFailure
extends Failure
Notifies an agent that a failure has occurred when it tried to commit a suicide. The event is fired within the default space of the inner context of the failing agent. Subclasses of this event could be defined in order to specify more in detail the failure. Only the killing agent receives this event.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.core
Since:
0.12
Property Summary
Inherited: source
Field Summary
Inherited: cause
Constructor Summary
Constructor and description
new([Address],Object)
Construct the event.
Action Summary
Constructor Details
new([Address],Object)
new([Address],Object)
Construct the event.
Parameters:
source - the address of the emitter.
cause - the cause of the failure.