Update math/R-cran-xts to version 0.10.0
[dports.git] / devel / p5-POE-Session-MultiDispatch / pkg-descr
1 POE::Session::MultiDispatch is a drop in replacement for POE::Session
2 that adds callback dispatch functionality to POE sessions.  Each event
3 may have multiple handlers associated with it.  Fine control over the
4 order of execution is available using helper methods that extend the
5 interface of a POE::Session.
6
7 POE::Session::MultiDispatch uses POE::Session as a base class.  When
8 multiple callbacks are registered for an event, only the last callback
9 survives, all the others are clobbered.  POE::Session::MultiDispatch is
10 much nicer to your registered callbacks, it keeps them all in the order
11 they were defined.  When an event is triggered, all the callbacks are
12 then executed in that same order (unless you muck around with said
13 order).
14
15 WWW: http://search.cpan.org/dist/POE-Session-MultiDispatch/