NAME

Reflex::Sender - API to access the objects an event has passed through

VERSION

version 0.088

DESCRIPTION

Reflex::Sender provides a simple API to gain access to the sources of emitted events.

Public Methods

get_first_emitter

The original source of an event can be accessed with this method

get_last_emitter

The final emitter (the one the observer was explicitly watching) can be accessed with this method

get_all_emitters

If the first nor the last are insufficient, the whole stack of emitters can be accessed (returning a list) using this method