Andrzej Wójcik (Tigase) opened 9 years ago
|
|
%bmalkow - correct my estimate if you disagree |
|
Implemented within #3802 |
|
All works as expected. |
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3805
|
Version |
tigase-server-8.0.0
|
Estimation |
6h
|
Child Issue
Parent Issue
Issue Votes (0)
Watchers (0)
Right now we have class A implementing interface Event and class B extending class A
then if we register and event handler to handle event A but we fire event of class B then this handler will not be fired. I think it would be useful to fire also handlers of class A as in this case we would be able to use inheritance to create base Event classes and listen for this events which would be very useful.