#include <widget.h>
Inheritance diagram for IKrWidgetListener:
The events widgets publish are documented on a per-widget basis.
The class is abstract, so it can be used as a mix in and there are no multiple inheritance issues.
The HandleWidgetEvent is a strange method with a lot of paremeters. An obvious solution would be to send a WidgetEvent class that is abstract and polymorphic...but Kyra doesn't use/require dynamic cast, so implementing that is less useful than it seems.