Search results for "module:Event"
Aw::Event - ActiveWorks Event Module.
Enhanced interface for the Aw.xs Event methods....
DYACOB/Aw-0.16.7 - 20 Feb 2003 14:31:15 UTC
Eve::Event - a base class for all event classes.
Eve::Event is an abstract class that must be inherited by event classes. This will enable them to be triggered and have handlers bound to them. Constructor arguments: "event_map" an event map the event will interact with....
ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC
Event::RPC - Event based transparent Client/Server RPC framework
Event::RPC consists of a server and a client library. The server exports a list of classes and methods, which are allowed to be called over the network. More specific it acts as a proxy for objects created on the server side (on demand of the connect...
JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC
RCU::Event - Event-based RCU operation
This module provides a superset of the standard "RCU" interface by adding an event-based interface. Basically, you create one or more *contexts* (See "RCU::Context") and bind it to a RCU::Event object. All key events will then be directed to the curr...
MLEHMANN/RCU-0.021 - 03 Mar 2005 17:55:37 UTC
Event::Lib - Perl extentions for event-based programming
This module is a Perl wrapper around libevent(3) as available from <http://www.monkey.org/~provos/libevent/>. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received. Under the hood, on...
VPARSEVAL/Event-Lib-1.03 - 29 Jul 2007 11:39:08 UTC
SDL::Event - a SDL perl extension
SDL::Event->new(); creates a SDL_Event structure, into which events may be stored. $event->type() This function returns the event type which will be one of the values: SDL_ACTIVEEVENT, SDL_KEYDOWN, SDL_KEYUP, SDL_MOUSEMOTION, SDL_MOUSEBUTTONDOWN, SDL...
WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC
Event::Join - join multiple "events" into one
When writing event-based programs, you often want to wait for a number of events to occur, and then do something. This module allows you to do that without blocking. It simply acts as a receiver for a number of events, and then calls a callback when ...
JROCKWAY/Event-Join-0.06 - 25 Feb 2011 19:33:29 UTC
Coro::Event - do events the coro-way, with Event
This module enables you to create programs using the powerful Event model (and module), while retaining the linear style known from simple or threaded programs. This module provides a method and a function for every watcher type (*flavour*) (see Even...
MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC
Beam::Event - Base Event class
This is the base event class for "Beam::Emitter" objects. The base class is only really useful for notifications. Create a subclass to add data attributes....
PREACTION/Beam-Emitter-1.007 - 29 Jan 2017 07:44:05 UTC
Glib::Event - Coerce Glib into using the Event module as event loop.
This module coerces the Glib event loop to use the Event module as underlying event loop, i.e. Event will be used by Glib for all events. This makes Glib compatible to Event. Calls into the Glib main loop are more or less equivalent to calls to "Even...
MLEHMANN/Glib-Event-0.2 - 29 Nov 2005 16:05:04 UTC
MIDI::Event - MIDI events
Functions and lists to do with MIDI events and MIDI event structures. An event is a list, like: ( 'note_on', 141, 4, 50, 64 ) where the first element is the event name, the second is the delta-time, and the remainder are further parameters, per the e...
CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC
PApp::Event - catch/broadcast various events
This module allows you to broadcast asynchroneous events to all other papp applications. Why is this useful? A common scenario is this: Often you want to implement some internal data caching. PApp itself caches it's translation files, content managem...
MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC
Event::Stats - Event loop statistics
Instrument the Event module in order to gather statistics....
ETJ/Event-Stats-1.03 - 11 Apr 2019 03:05:22 UTC
Test2::Event - Base class for events
Base class for all event objects that get passed through Test2....
EXODIST/Test-Simple-1.302197 - 29 Nov 2023 03:57:09 UTC
Win32::Event - Use Win32 event objects from Perl
This module allows access to the Win32 event objects. The "wait" method and "wait_all" & "wait_any" functions are inherited from the Win32::IPC module. Methods $event = Win32::Event->new([$manual, [$initial, [$name]]]) Constructor for a new event obj...
CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC
Gedcom::Event - a module to manipulate GEDCOM events
A selection of subroutines to handle events in a GEDCOM file. Derived from Gedcom::Record....
PJCJ/Gedcom-1.22 - 15 Nov 2019 12:52:45 UTC
Osgood::Event - An Osgood Event
Events are characterized by an object and an action, which could be though of as a noun and a verb. The date_occurred is also important and, hopefully, self-explanatory. To round out the event there is a params method that accepts a HashRef for name ...
GPHAT/Osgood-Client-2.0.7 - 15 Mar 2010 18:07:54 UTC