public class ReqServiceBlockAgent extends java.lang.Object implements IBlockService
Constructor and Description |
---|
ReqServiceBlockAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
block(long millis)
Block until the given time has passed.
|
void |
execute(jadex.bridge.IInternalAccess agent)
Execute the agent
|
public void execute(jadex.bridge.IInternalAccess agent)
public jadex.commons.future.IFuture<java.lang.Void> block(long millis)
block
in interface IBlockService