POE::Session and its subclasses translate events from POE::Kernel's generic dispatcher into the particular calling conventions suitable for application code. In design pattern parlance, POE::Session classes are adapters between POE::Kernel and applic...
BINGOS/POE-1.368 - 02 Feb 2020 13:39:17 UTCPOE::Session::YieldCC extends POE::Session to allow "continuations". A new method on the session object, "yieldCC" is introduced. "yieldCC" takes as arguments a state name (in the current session) and a list of arguments. Control is yield to that sta...
RKITOVER/POE-Session-YieldCC-0.202 - 24 Nov 2009 07:34:12 UTCThis POE::Session subclass helps you integrate POE and Irssi scripting. It connects the signals and commands handlers you define as POE events with the Irssi machinery. It also tries to clean up as much as possible when the script gets unloaded, by r...
MARTIJN/POE-Session-Irssi-0.50 - 06 Jul 2008 14:28:35 UTCReflex::POE::Session allows a Reflex::Base object to receive events from a specific POE::Session instance, identified by the session's ID. Authors are encouraged to encapsulate POE sessions within Reflex objects. Most users should not need use Reflex...
RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTCPOE::Session::PlainCall provides standard perl object-oriented call signature to your POE event handlers. This allows for your methods and functions to be called either via POE events or as normal methods and functions. It also requires less typing t...
GWYN/POE-Session-PlainCall-0.0301 - 03 Sep 2013 18:20:52 UTCThis module provides an object based POE session. This object will perform the necessary actions for the lifetime of the session. This includes signal handling. Due to the nature of POE events, they can not be inherited from, but the event handlers c...
KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTCA simple helper module that lets you connect callback names from your .glade file with methods of an object. These methods are called as POE callback or postback methods. POE::Session::GladeXML automatically determines whether gtk expects the signal ...
MARTIJN/POE-Session-GladeXML2-0.40 - 17 Jun 2008 13:43:04 UTCThis module's purpose is to save you some boilerplate code around POE::Session->create() method. Just inherit your class from POE::Session::Attribute and define some states using attributes. Method "spawn()" in your package will be provided by POE::S...
JSN/POE-Session-Attribute-0.80 - 04 May 2006 07:32:54 UTCPOE::Session::Multiplex allows you to have multiple objects handling events from a single POE::Session. A standard POE design is to have one POE::Session per object and to address each object using session IDs or aliases. POE::Session::Multiplex take...
GWYN/POE-Session-Multiplex-0.0600 - 18 May 2011 17:39:12 UTCPOE::Session::MessageBased exists mainly to replace @_[KERNEL, etc.] with message objects that encapsulate various aspects of each event. It also exists as an example of a subclassed POE::Session, in case someone wants to create new callback or Sessi...
RCAPUTO/POE-Session-MessageBased-0.111 - 09 Mar 2010 07:12:15 UTCPOE::Session::MultiDispatch is a drop in replacement for POE::Session that adds callback dispatch functionality to POE sessions. Each event may have multiple handlers associated with it. Fine control over the order of execution is available using hel...
CWEST/POE-Session-MultiDispatch-1.3 - 01 Feb 2003 21:56:35 UTCPOE::XUL::Session provides half of the margic for POE::XUL::Application. It implements perl-like event invocation. It makes sure the change manager and other bits of global data are always available to event handlers. It deals with most of the house ...
GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTCProvides an attribute handler that does some bookkeeping for state handlers. There have been a few of these classes for POE. This is probably the most minimal. It supports only the inline attribute syntax. but that seems sufficient for cranking up a ...
CFEDDE/POE-Session-AttributeBased-0.10 - 13 Jan 2010 18:30:49 UTCRDB/POE-Component-SNMP-Session-0.1202 - 12 Dec 2009 01:40:36 UTC
APOCAL/POE-Component-Lightspeed-0.05 - 20 May 2005 11:44:21 UTC
RDB/POE-Component-SNMP-Session-0.1202 - 12 Dec 2009 01:40:36 UTC
This supervision handle will watch POE::Sessions...
ETHER/POE-Component-Supervisor-0.09 - 14 May 2015 06:30:49 UTCThis is a factory object that creates POE::Component::Supervisor::Handle::Session objects....
ETHER/POE-Component-Supervisor-0.09 - 14 May 2015 06:30:49 UTCThe wrapper is very thin, so most of the useful documentation can be found in the Net::OSCAR module. Create a new connection with $oscar = POE::Component::OSCAR->new(); Though it has an object interface to make coding simpler, this actually spawns a ...
DMCC/POE-Component-OSCAR-0.05 - 22 Mar 2007 20:50:03 UTC