aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ManaTools/Shared/GUI/EventHandlerRole.pm')
-rw-r--r--lib/ManaTools/Shared/GUI/EventHandlerRole.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ManaTools/Shared/GUI/EventHandlerRole.pm b/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
index 09e18e47..515112ec 100644
--- a/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
+++ b/lib/ManaTools/Shared/GUI/EventHandlerRole.pm
@@ -65,12 +65,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
use Moose::Role;
+# parent event handler
has 'parentEventHandler' => (
is => 'rw',
isa => 'Maybe[ManaTools::Shared::GUI::EventHandlerRole]',
default => undef,
);
+# child event handlers
has 'eventHandlers' => (
is => 'ro',
isa => 'ArrayRef[ManaTools::Shared::GUI::EventHandlerRole]',