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

$queue = $event->queue
$callback = $event->callback
$event->onEvent
$event->onEvent( $msg )

SEE ALSO

Tibco::Rv::Listener
Tibco::Rv::Timer
Tibco::Rv::IO

AUTHOR

Paul Sturm <sturm@branewave.com>