"Event::Distributor::Action" - an event that requires one subscriber
Contents
Description
This subclass of Event::Distributor::_Event requires exactly one subscriber at the time that it is
invoked. It passes on the caller's arguments to the subscriber, and the subscriber's return value back to
the caller.
Name
"Event::Distributor::Action" - an event that requires one subscriber
