|
Interface Summary |
| CombinedCommandContext |
Combine the job command context and command context interfaces. |
| CombinedExtendedCommandContext |
Combine the synchronous job command context and command context
interfaces. |
| ExtendedJobCommandContext |
This interface extends the normal command context to allow the client
to control when a command is required to be executed synchronously. |
| InterruptibleJobCommand |
Simple interface for implementing the GOF Command design pattern
in an Eclipse job
and allows for the command to throw an InterruptedException. |
| JobCommand |
Simple interface for implementing the GOF Command design pattern in an
Eclipse job. |
| JobCommandContext |
This interface allows clients to control a job command's context. |
| NotifyingRepeatingJobCommand |
Extend the repeating job command to support listeners that are notified
when an execution "cycle" is complete; i.e. the job command has,
for the moment, handled every execution request and quiesced. |
| NotifyingRepeatingJobCommand.Listener |
Interface implemented by listeners to be notified whenever the
job command has quiesced. |
| RepeatingJobCommand |
This job command will execute repeatedly the minimum
number of times. |