|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleExtension
ExtensionBus.register(Extension)
,
ExtensionBus.register(SimpleExtension, fr.umlv.tatoo.cc.common.extension.ExtensionBus.DataKey[])
Method Summary | |
---|---|
void |
execute(ExtensionBus bus,
ExtensionBus.Context context)
Called by the extension bus when all data keys registered by the current extension are available. |
Method Detail |
---|
void execute(ExtensionBus bus, ExtensionBus.Context context)
bus
- the bus on which the current extensiuon is registeredcontext
- the bus context, all datas required by the
current extension are available using the Context's method
ExtensionBus.Context.getData(fr.umlv.tatoo.cc.common.extension.ExtensionBus.DataKey)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |