EventBus::EventHandler
Instance methods
on_close
Method invoked when Application is going to close. Override this method, if you need to perform some cleanups
on_connect
Method invoked when Listener is connected to PG. Override this method, if you need to perform some work
on_start
Method invoked when Application is going to start. Override this method, if you need to perform some work