Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue #1413] register multiple callbacks (fixes #1413) #1414

Closed
wants to merge 1 commit into from

Conversation

svenefftinge
Copy link
Contributor

No description provided.

…he#1413)

Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
@codenvy-ci
Copy link

Can one of the admins verify this patch?

devMachineCallback.onSuccess(devMachine);
for (AsyncCallback<MessageBus> callback : messageBusCallbacks) {
callback.onSuccess(messageBus);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting issue

@slemeur slemeur added kind/enhancement A feature request - must adhere to the feature request template. sprint/next team/ide labels Jul 19, 2016
vparfonov pushed a commit that referenced this pull request Jul 20, 2016
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
@vparfonov vparfonov mentioned this pull request Jul 20, 2016
@vparfonov vparfonov closed this Jul 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants