Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3805
|
Version |
tigase-server-8.0.0
|
Estimation |
0
|
Issue Votes (0)
Watchers (0)
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3805
|
Version |
tigase-server-8.0.0
|
Estimation |
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.