[scriptable, uuid(a71aee68-dd38-4736-bd79-035fea1a1ec6)]
interface nsISecurityEventSink : nsISupports

Methods

 Fired when a security change occurs due to page transitions,
 or end document load. This interface should be called by
 a security package (eg Netscape Personal Security Manager)
 to notify nsIWebProgressListeners that security state has
 changed. State flags are in nsIWebProgressListener.idl
void onSecurityChange(in nsISupports i_Context, in unsigned long state)