|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterruptibleJobCommand | |
|---|---|
| org.eclipse.jpt.common.core.utility.command | |
| Uses of InterruptibleJobCommand in org.eclipse.jpt.common.core.utility.command |
|---|
| Subinterfaces of InterruptibleJobCommand in org.eclipse.jpt.common.core.utility.command | |
|---|---|
interface |
JobCommand
Simple interface for implementing the GOF Command design pattern in an Eclipse job. |
interface |
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. |
interface |
RepeatingJobCommand
This job command will execute repeatedly the minimum number of times. |
| Classes in org.eclipse.jpt.common.core.utility.command that implement InterruptibleJobCommand | |
|---|---|
static class |
InterruptibleJobCommand.Interrupted
Singleton implementation of the interruptible job command interface that will throw an interrupted exception when executed. |
static class |
JobCommand.Disabled
Singleton implementation of the job command interface that will throw an exception when executed. |
static class |
JobCommand.Null
Singleton implementation of the job command interface that will do nothing when executed. |
static class |
NotifyingRepeatingJobCommand.Null
Singleton implementation of the notifying repeating command interface that will do nothing when executed. |
static class |
RepeatingJobCommand.Null
Singleton implementation of the repeating job command interface that will do nothing when executed. |
| Fields in org.eclipse.jpt.common.core.utility.command declared as InterruptibleJobCommand | |
|---|---|
static InterruptibleJobCommand |
InterruptibleJobCommand.Interrupted.INSTANCE
|
| Methods in org.eclipse.jpt.common.core.utility.command that return InterruptibleJobCommand | |
|---|---|
static InterruptibleJobCommand |
InterruptibleJobCommand.Interrupted.instance()
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||