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

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

new($source)

Construct an instance for the given event source.

Parameters:

$source

the source of the event

METHODS

getSource()

Returns the object that is the source of the event

AUTHOR

Brian Moseley, bcm@maz.org