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

NAME

AnyEvent::Inotify::EventReceiver::Callback - delegates everything to a coderef

ABSTRACT

INITARGS

callback

Coderef to be called when an event is received.

DESCRIPTION

This EventReceiver delegates every event to the callback coderef. The coderef gets the name of the event being delegated (access, modify, attribute_change, ...) and the args that that event handler would normally get.