Uses of Class
com.teamdev.jxbrowser.event.SecurityEvent

Packages that use SecurityEvent
com.teamdev.jxbrowser.event   
 

Uses of SecurityEvent in com.teamdev.jxbrowser.event
 

Methods in com.teamdev.jxbrowser.event with parameters of type SecurityEvent
 void RequestListener.securityChanged(SecurityEvent event)
          Invoked on security transitions (eg HTTP -> HTTPS, HTTPS -> HTTP, FOO -> HTTPS) and after document load completion.
 void RequestAdapter.securityChanged(SecurityEvent event)