Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIConsoleListener

This interface allows you to listen for messages sent to the console.
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

void observe(in nsIConsoleMessage aMessage);

Methods

observe()

Called by the nsIConsoleService when a message is posted to the console. Listeners must first be attached to the service using nsIConsoleService.registerListener()

void observe(
  in nsIConsoleMessage aMessage
);
Parameters
aMessage
The nsIConsoleMessage being posted.

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Wjjohnst, Johnjbarton
 Last updated by: Sheppy,