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.