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