NAME

App::PerlWatcher::Frontend - The base role to which will be notified of updated watcher statuses.

VERSION

version 0.20

ATTRIBUTES

Engine

Holds reference to Engine

METHODS

update

The update method will be called with Status, which has been updated.

$frontend->update($status);

poll

The poll method will be called when watcher is polling external source

$frontend->poll($watcher);

AUTHOR

Ivan Baidakou <dmol@gmx.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Ivan Baidakou.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.