Uses of Class
org.mozilla.jrex.event.uricontent.URIContentEvent

Packages that use URIContentEvent
org.mozilla.jrex.event.uricontent   
org.mozilla.jrex.ui   
 

Uses of URIContentEvent in org.mozilla.jrex.event.uricontent
 

Methods in org.mozilla.jrex.event.uricontent with parameters of type URIContentEvent
 boolean URIContentListenerImpl.onStartContent(URIContentEvent event)
           
 URIContentEventRV URIContentListenerImpl.doContent(URIContentEvent event)
           
 URIContentEventRV URIContentListenerImpl.isContentPreferred(URIContentEvent event)
           
 URIContentEventRV URIContentListenerImpl.canHandleContent(URIContentEvent event)
           
 boolean URIContentListener.onStartContent(URIContentEvent event)
          Gives the content listener first crack at stopping a load before it happens.
 URIContentEventRV URIContentListener.doContent(URIContentEvent event)
          Notifies the content listener to hook up an StreamListener capable of consuming the data stream.
 URIContentEventRV URIContentListener.isContentPreferred(URIContentEvent event)
          Gives the content listener to say whether the content type for load is 'preferred content'
 URIContentEventRV URIContentListener.canHandleContent(URIContentEvent event)
          When given a uri to dispatch, if the URI is not specified as 'preferred content' then the uri loader calls canHandleContent to see if the content listener is capable of handling the content.
 

Uses of URIContentEvent in org.mozilla.jrex.ui
 

Methods in org.mozilla.jrex.ui with parameters of type URIContentEvent
 Object JRexCanvas.processURIContentEvent(URIContentEvent uce)
          Processes URIContent events occurring on this browser by dispatching them to registered URIContentListener object.
 



Copyright © 2004 C.N.Medappa. All Rights Reserved.