|
Dali Provisional API Release 3.2 |
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
| Interface Summary | |
|---|---|
| Command | Simple interface for implementing the GOF Command design pattern,
and it doesn't carry the baggage of Runnable. |
| CommandContext | This interface allows clients to control a command's context. |
| ExtendedCommandContext | This interface extends the normal command context; it allows the client to specify when a command must be executed synchronously. |
| InterruptibleCommand | Simple interface for implementing the GOF Command design pattern
and allows for the command to throw an InterruptedException. |
| InterruptibleCommandContext | This interface allows clients to control an interruptible command's context. |
| 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. |
| NotifyingRepeatingCommand.Listener | Interface implemented by listeners to be notified whenever the command has quiesced. |
| RepeatingCommand | This command will execute repeatedly the minimum number of times. |
| StatefulCommandContext | Add the ability to start and stop the command context. |
| StatefulExtendedCommandContext | Add the ability to start and stop the command context. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||