All Superinterfaces:
java.io.Serializable
All Known Subclasses:
AgentKillFailure , AgentSpawnFailure , TaskFailure
event
Failure
extends
Event
Notifies an agent that a failure has occurred. 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.
Maven Group Identifier:
Maven Artifact Identifier:
Since:
Field Summary
All fields Instance values
Modifier and type
Field and description
val java.lang.Object
cause
The identifier of the space the agent just left.
Modifier and type
Field and description
val java.lang.Object
cause
The identifier of the space the agent just left.
Constructor Summary
Constructors
Field Details
cause
val cause : java.lang.Object
The identifier of the space the agent just left.
Constructor Details
new([Address],Object)
new ([Address],Object)
Construct the event.
Parameters:
source -
cause -