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

Coderef to be called when an event is received.

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.