NAME
Servlet::Util::Event - event base class
SYNOPSIS
my
$event
= Servlet::Util::Event->new(
$source
);
my
$source
=
$event
->getSource();
DESCRIPTION
This is a base class for the notification of a generic event.
CONSTRUCTOR
METHODS
AUTHOR
Brian Moseley, bcm@maz.org