| Interface | Description |
|---|---|
| CommandExecutionListener |
A listener for the
UICommand execution lifecycle. |
| CommandFactory |
Responsible for producing
UICommand objects from all registered CommandProvider instances. |
| CommandProvider |
Responsible for providing
UICommand instances. |
| PrerequisiteCommandsProvider |
Provides pre-execution steps based on the current
UIContext. |
| UICommand |
An
UICommand represents a possible interaction from the user with the installed addon. |
| UICommandTransformer |
A
UICommandTransformer can transform the original command into another command |
| Class | Description |
|---|---|
| AbstractCommandExecutionListener |
An abstract class that implements the
CommandExecutionListener interface |
| AbstractUICommand |
This class provides a skeletal implementation of the UICommand interface
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.