NAME
Eve::EventHandler - a base class for event handlers.
SYNOPSIS
use parent qw(Eve::EventHandler);
DESCRIPTION
Eve::EventHandler is an abstraction for all the event handles classes.
METHODS
handle()
The handle
method must be overriden. It is called when an appropriate event is triggered.
Arguments
event
-
an event that has been triggered.
SEE ALSO
LICENSE AND COPYRIGHT
Copyright 2012 Igor Zinovyev.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.