|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
TRuntimeType - type of the created runtime datapublic interface IRuntimeDataProvider<TRuntimeType extends ICommandRuntimeData>
Factory interface for creation of runtime data objects for actions.
If Action provides some kind of runtime data it should implement this
interface. The created runtime data then will be automatically provided via
IExecutionContainer.getRuntimeData()
method.
| Method Summary | |
|---|---|
TRuntimeType |
createRuntimeData()
Creates a runtime data object. |
| Method Detail |
|---|
TRuntimeType createRuntimeData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||