Skip to content

Conversation

@dfb
Copy link
Contributor

@dfb dfb commented Feb 19, 2019

Currently you can bind a Python callable to an event dispatcher:

someEventEmitter.bind_event('SomeEvent', self.OnSomeEvent)

But I couldn't find any way to later unbind that. This patch adds support for:

someEventEmitter.unbind_event('SomeEvent', self.OnSomeEvent)

@rdeioris rdeioris merged commit 8b60cca into 20tab:master Feb 19, 2019
@rdeioris
Copy link
Contributor

Thanks

@dfb dfb deleted the pr_unbind_event branch February 19, 2019 14:25
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.

2 participants