Servlet::Http::HttpSessionEvent - session event base class
my $event = Servlet::Http::HttpSessionEvent->new($session);
my $session = $event->getSession(); # or my $session = $event->getSource();
This class represents event notifications for changes to sessions within a web application.
new($session)
Parameters:
getSession()
getSource()
the Servlet::Http::HttpSession manpage, the Servlet::Http::HttpSessionListener manpage, the Servlet::Util::Event manpage
Brian Moseley, bcm@maz.org