Servlet::Util::Event
Perl
module
-
Part of CPAN
distribution
libservlet 0.9.1.
Servlet::Util::Event - event base class
my $event = Servlet::Util::Event->new($source);
my $source = $event->getSource();
This is a base class for the notification of a generic event.
- new($source)
-
Construct an instance for the given event source.
Parameters:
- $source
-
the source of the event
- getSource()
-
Returns the object that is the source of the event
Brian Moseley, bcm@maz.org
|