The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Eve::Class
Eve::Event

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.

AUTHOR

Sergey Konoplev