Mozilla::ObserverService

Mozilla::ObserverService is a Perl interface to the Mozilla nsIObserverService.
Download

Mozilla::ObserverService Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Boris Sukholitko
  • Publisher web site:
  • http://search.cpan.org/~bosu/HTML-Tested-ClassDBI-0.19/lib/HTML/Tested/ClassDBI.pm

Mozilla::ObserverService Tags


Mozilla::ObserverService Description

Mozilla::ObserverService is a Perl interface to the Mozilla nsIObserverService. Mozilla::ObserverService is a Perl interface to the Mozilla nsIObserverService.SYNOPSIS use Mozilla::ObserverService; my $cookie = Mozilla::PromptService::Register({ 'http-on-examine-response' => sub { my $http_channel = shift; print $http_channel->responseStatus; }, }); # We don't need it anymore... Mozilla::PromptService::Unregister($cookie);Mozilla::ObserverService uses Mozilla nsIObserverService to allow perl functions register for notifications.For more detailed information see Mozilla's nsIObserverService documentation. Requirements: · Perl


Mozilla::ObserverService Related Software