Package jadex.platform.service.cron
Class UserAgent
- java.lang.Object
-
- jadex.platform.service.cron.UserAgent
-
public class UserAgent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.
-
Constructor Summary
Constructors Constructor Description UserAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
body()
The agent body.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-
Method Detail
-
body
public IFuture<java.lang.Void> body()
The agent body.
-
-