Window & Listener Interfaces << Previous |  Contents  |  Next >>  ]
Window & Listener Interfaces

nsIBaseWindow

This root window level interface is implemented by Gecko, and provides the lowest level windowing methods which allow for...
  • sizing/positioning
  • creation/destruction
  • native parent window access
  • window title retrieval

nsIWebProgressListener

Implemented by you, this interface provides URI loading progress notifications...
  • OnProgressChange()
  • OnStateChange()
  • OnSecurityChange()
  • OnLocationChange()