The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "poe session"

POE::Session - a generic event-driven task River stage three • 401 direct dependents • 538 total dependents

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.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

POE::Session::Irssi - emit POE events for Irssi signals River stage one • 1 direct dependent • 1 total dependent

This 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 UTC - Search in distribution

Reflex::POE::Session - Watch events from a POE::Session object. River stage one • 7 direct dependents • 7 total dependents

Reflex::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 UTC - Search in distribution

POE::Session::YieldCC - POE::Session extension for using continuations River stage one • 1 direct dependent • 1 total dependent

POE::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 UTC - Search in distribution

XAS::Lib::POE::Session - The base class for all POE Sessions. River stage one • 6 direct dependents • 6 total dependents

This 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 UTC - Search in distribution

POE::Session::Attribute - Use attributes to define your POE Sessions River stage one • 1 direct dependent • 1 total dependent

This 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 UTC - Search in distribution

POE::Session::GladeXML2 - emit POE events for Gtk2 callbacks River stage one • 2 direct dependents • 2 total dependents

A 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 UTC - Search in distribution

POE::Session::Multiplex - POE session with object multiplexing River stage one • 2 direct dependents • 3 total dependents

POE::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 UTC - Search in distribution

POE::Session::PlainCall - POE sessions with plain perl calls River stage one • 4 direct dependents • 5 total dependents

POE::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 UTC - Search in distribution

POE::Session::MessageBased - a message-based (not @_ based) POE::Session River stage one • 1 direct dependent • 1 total dependent

POE::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 UTC - Search in distribution

POE::Session::MultiDispatch - Callback dispatch for session events. River stage one • 3 direct dependents • 3 total dependents

POE::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 UTC - Search in distribution

POE::XUL::Session::Delegate - POE::XUL session object River stage one • 1 direct dependent • 1 total dependent

POE::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 UTC - Search in distribution

POE::Session::AttributeBased - POE::Session syntax sweetener River stage one • 7 direct dependents • 7 total dependents

Provides 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 UTC - Search in distribution

POE::Component::SNMP::Session - Wrap Net-SNMP's SNMP::Session in POE River stage one • 1 direct dependent • 1 total dependent

RDB/POE-Component-SNMP-Session-0.1202 - 12 Dec 2009 01:40:36 UTC - Search in distribution

lib/POE/Component/Lightspeed/Hack/Session.pm River stage one • 1 direct dependent • 1 total dependent

APOCAL/POE-Component-Lightspeed-0.05 - 20 May 2005 11:44:21 UTC - Search in distribution

lib/POE/XUL/Session.pm River stage one • 1 direct dependent • 1 total dependent

XANTUS/POE-Component-XUL-0.02 - 28 Feb 2005 17:49:30 UTC - Search in distribution

POE::Component::Supervisor::Handle::Session - Helps POE::Component::Supervisor babysit POE sessions. River stage one • 2 direct dependents • 2 total dependents

This supervision handle will watch POE::Sessions...

ETHER/POE-Component-Supervisor-0.09 - 14 May 2015 06:30:49 UTC - Search in distribution

POE::Component::OSCAR - A POE Component for the Net::OSCAR module River stage one • 1 direct dependent • 1 total dependent

The 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 - Search in distribution

POE::Component::Omegle - Simple POE wrapper around WWW::Omegle River stage one • 1 direct dependent • 1 total dependent

This module makes it easy to run multiple Omegle bots using asynchronous HTTP calls. EXPORT None by default....

REVMISCHA/POE-Component-Omegle-0.02 - 05 Apr 2009 19:44:50 UTC - Search in distribution

MooX::Role::POE::Emitter - Pluggable POE event emitter role for cows River stage one • 3 direct dependents • 5 total dependents

Consuming this Moo::Role gives your class a POE::Session capable of processing events via loaded plugins and/or emitting them to registered "listener" sessions. It is derived from POE::Component::Syndicator by BINGOS, HINRIK, APOCAL et al, but with m...

AVENJ/MooX-Role-POE-Emitter-1.001002 - 06 Mar 2015 00:33:24 UTC - Search in distribution
367 results (0.081 seconds)