io.sarl.lang.core.annotation
Annotation FiredEvent
All Superinterfaces:
java.lang.annotation.Annotation
@java.lang.annotation.Target(METHOD)
@java.lang.annotation.Retention(RUNTIME)
abstract annotation FiredEvent
implements java.lang.annotation.Annotation
Annotation for marking a SARL action with fired events.

Several fired events has a strong semantic (Destroy, AgentKilled) since they indicate the action will never return.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Action Summary
Modifier and type Action and description
abstract java.lang.Class<T> value
List of the events that are fired by the SARL action.
Action Details
value
def value : java.lang.Class<T>
List of the events that are fired by the SARL action.
Returns:
the fired events.