ASPN ActiveState Programmer Network  
ActiveState, a division of Sophos
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Documentation | Mailing Lists | Modules | Products | Rx Cookbook | User Groups
Modules
Perl Modules
Python Modules

PPM
  PPM 3.0
  PPM Module Status
  PPM Repository
  PPM Zip Archives
  Thread-Safe Packages

Advertise Jobs

Servlet::Util::Event

Perl module - Part of CPAN distribution libservlet 0.9.1.



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



Privacy Policy | Email Opt-out | Feedback | Syndication
© 2006 ActiveState Software Inc. All rights reserved.