Abstract interface for application initialization and event registration.
virtual void initialization()=0
Create and register all components and resources.
virtual void registerEvents()=0
Attach event callbacks to components and framework objects.
virtual ~Controller()=default