Package | Description |
---|---|
com.tameif.tame |
Base package.
|
Modifier and Type | Method and Description |
---|---|
static TAMECommand |
TAMECommand.create(TAction action)
Creates a general action item to execute later.
|
static TAMECommand |
TAMECommand.create(TAction action,
TObject object)
Creates a transitive action item to execute later.
|
static TAMECommand |
TAMECommand.create(TAction action,
TObject object1,
TObject object2)
Creates a ditransitive action item to execute later.
|
static TAMECommand |
TAMECommand.create(TAction action,
java.lang.String target)
Creates a modal or open action item to execute later.
|
Modifier and Type | Method and Description |
---|---|
void |
TAMERequest.addCommand(TAMECommand item)
Adds a command to the queue to be processed later.
|
static TAMEResponse |
TAMELogic.handleCommand(TAMEModuleContext moduleContext,
TAMECommand command,
boolean tracing)
Handles a single action.
|
static void |
TAMELogic.processCommand(TAMERequest request,
TAMEResponse response,
TAMECommand command)
Processes a single action.
|