|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterruptibleCommand | |
|---|---|
| org.eclipse.jpt.common.utility.command | |
| Uses of InterruptibleCommand in org.eclipse.jpt.common.utility.command |
|---|
| Subinterfaces of InterruptibleCommand in org.eclipse.jpt.common.utility.command | |
|---|---|
interface |
Command
Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable. |
interface |
NotifyingRepeatingCommand
Extend the repeating command to support listeners that are notified when an execution "cycle" is complete; i.e. the command has, for the moment, handled every execution request and quiesced. |
interface |
RepeatingCommand
This command will execute repeatedly the minimum number of times. |
| Methods in org.eclipse.jpt.common.utility.command with parameters of type InterruptibleCommand | |
|---|---|
void |
InterruptibleCommandContext.execute(InterruptibleCommand command)
Execute the specified command. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||