AthenaEventEngine / AthenaCore

Athena Event Engine Core
GNU General Public License v3.0
16 stars 20 forks source link

Listener dispatcher #159

Closed Lucheti29 closed 7 years ago

Lucheti29 commented 8 years ago

Summary

Listener dispatcher is a singleton object that handles all the events coming from Adapter and delivers them to the suscribers (EventManager and Events running). This is the first step to support multiple events at the same time.

Note 1: depends on https://github.com/u3games/L2J_EventEngine/pull/157 Note 2: it's not done yet but works