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

Alert Plugin uses a better pattern to manage callback handle id #98

Merged
merged 1 commit into from Aug 17, 2013

Conversation

priyaaank
Copy link
Contributor

Changing the way we manage the callback handle id. Since same instance is used from plugin registry for all plugin callbacks and plugin callbacks are sort of async after first call to 'call' method in a plugin, it's important that callbackHandle lives in intent that an instance variable of class; as the latter can potentially be overridden.

…e is used from plugin registry for all plugin callbacks and plugin callbacks are sort of async after first call to 'call' method in a plugin, it's important that callbackHandle lives in intent that an instance varaible of class; as the latter can potentially be overridden.
vivekjain10 added a commit that referenced this pull request Aug 17, 2013
Alert Plugin uses a better pattern to manage callback handle id
@vivekjain10 vivekjain10 merged commit 17c4ac9 into calatrava:master Aug 17, 2013
@priyaaank priyaaank deleted the plugin_callback_handle_fix branch August 18, 2013 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants