org.mozilla.mcp
Class AjaxListener

java.lang.Object
  extended by org.mozilla.mcp.AjaxListener
All Implemented Interfaces:
DocumentLoadListener, PageInfoListener, WebclientEventListener

public class AjaxListener
extends java.lang.Object
implements PageInfoListener

Author:
edburns

Constructor Summary
AjaxListener()
           
 
Method Summary
 void endAjax(java.util.Map eventMap)
           
 void errorAjax(java.util.Map eventMap)
           
 void eventDispatched(WebclientEvent event)
          This method will be called by the browser when a particular event occurs.
 void startAjax(java.util.Map eventMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxListener

public AjaxListener()
Method Detail

eventDispatched

public void eventDispatched(WebclientEvent event)
Description copied from interface: WebclientEventListener

This method will be called by the browser when a particular event occurs. The nature of the argument event depends on the particular WebclientEventListener sub-interface that is implemented. See the sub-interface javadoc for more details.

Specified by:
eventDispatched in interface WebclientEventListener
Parameters:
event - the event object for this event

startAjax

public void startAjax(java.util.Map eventMap)

errorAjax

public void errorAjax(java.util.Map eventMap)

endAjax

public void endAjax(java.util.Map eventMap)


Copyright © 2002-2007 Mozilla.org All Rights Reserved.