# Listener Handler Methods
All the methods that belong to this ListenerHandler
instance:
Method | Description | Return Value |
---|---|---|
load | Loads all the events from the specified path | Promise<Store<string, BaseEvent>> |
init | Initialize the handler; load all the events and instantiate an AbrevioClient#on listener. | Promise<EventEmitter> |