NAME
Tibco::Rv::Event - Base class for Tibco events
DESCRIPTION
Base class for Tibco Events -- Listeners, Timers, and IO events. Don't use this directly.
CONSTRUCTOR
- $self = $proto->SUPER::new( %args )
-
%args: queue => $queue, callback => sub { ... }
Creates a
Tibco::Rv::Event
, or more specifically, one of the Event subclasses -- Listener, Timer, or IO, with queue $queue (defaults to $Tibco::Rv::Queue::DEFAULT if not specified), and the given callback (defaults to sub { } if not specified).
METHODS
SEE ALSO
AUTHOR
Paul Sturm <sturm@branewave.com>