public class AndroidAgent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
This field is injected by jadex.
|
protected jadex.bridge.service.types.context.IContextService |
androidcontext |
protected jadex.bridge.component.IMessageFeature |
messageFeature |
| Constructor and Description |
|---|
AndroidAgent() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
agentKilled()
Called when the agent is killed.
|
jadex.commons.future.IFuture<java.lang.Void> |
executeBody()
Called when the agent is started.
|
void |
handleMessage(java.util.Map<java.lang.String,java.lang.Object> msg,
jadex.bridge.service.types.message.MessageType type) |
protected void |
showAndroidMessage(java.lang.String msg)
Show a message on the device.
|
protected jadex.bridge.IInternalAccess agent
protected jadex.bridge.component.IMessageFeature messageFeature
protected jadex.bridge.service.types.context.IContextService androidcontext
public jadex.commons.future.IFuture<java.lang.Void> executeBody()
public void handleMessage(java.util.Map<java.lang.String,java.lang.Object> msg,
jadex.bridge.service.types.message.MessageType type)
public jadex.commons.future.IFuture<java.lang.Void> agentKilled()
protected void showAndroidMessage(java.lang.String msg)
msg - The message to be shown.