Federico,
Yeah it's definitely as you described: @Named(SubAppEventBus.NAME) EventBus
eventBus
E.g.
@Inject
public WorkflowAppApprovalAction(final WorkflowAppApprovalActionDefinition
definition, final JcrItemAdapter itemAdapter,
final WorkflowManager workflowManager,
final Shell shell,
final @Named(SubAppEventBus.NAME) EventBus
subAppEventBus) {
super(definition, itemAdapter, subAppEventBus);
this.itemAdapter = itemAdapter;
this.workflowManager = workflowManager;
this.shell = shell;
}
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=4ac3261f-9e28-4546-a32d-cdc561af07bf
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------