nsISupports
Last changed in Gecko 1.7 void observe(in nsIConsoleMessage aMessage); |
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 );
aMessagensIConsoleMessage being posted.