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.