Skip to content

Conversation

@mig35
Copy link

@mig35 mig35 commented Jun 9, 2014

This issue exists in this case:
We have class A and its subclass B.
In
class BaseClass we have method "onEvent(A a)".
When we execute method
"postStick(new B())".
If BaseClass was registered, then its onEvent
method executes (it is
ok).
But if this class wasn't registered or call
unregister and then
registerSticky, then it will not receive event at
all. This is bug.

This issue exists in this case:
We have class A and its subclass B.
In
class BaseClass we have method "onEvent(A a)".
When we execute method
"postStick(new B())".
If BaseClass was registered, then its onEvent
method executes (it is
ok).
But if this class wasn't registered or call
unregister and then
registerSticky, then it will not receive event at
all. This is bug.
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.

1 participant