Closed Lucheti29 closed 7 years ago
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
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