Public Member Functions

de.fraunhofer.isst.axbench.commands.ShowOperations Class Reference

Command for displaying the registered operations. More...

List of all members.

Public Member Functions

Object execute (ExecutionEvent theEvent) throws ExecutionException
 Executes the command.

Detailed Description

Command for displaying the registered operations.

Author:
ekleinod
Version:
0.9.0
Since:
0.8.0

Member Function Documentation

Object de.fraunhofer.isst.axbench.commands.ShowOperations.execute ( ExecutionEvent  theEvent  )  throws ExecutionException

Executes the command.

  1. get the registered operations
  2. show to user
Parameters:
theEvent An event containing all the information about the current state of the application; must not be null.
Returns:
the result of the execution. Reserved for future use, must be null.
Exceptions:
ExecutionException if an exception occurred during execution.