JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
jadex.micro.annotation
Annotation Interface OnMessage
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
OnMessage
Marker for agent message arrived. The received message object can be injected as method parameter, e.g.: void messageArrived(FipaMessage msg)