org.itsnat.core.event
Interface ItsNatAsyncTaskEvent

All Superinterfaces:
org.w3c.dom.events.Event, ItsNatDOMExtEvent, ItsNatEvent, ItsNatNormalEvent, ItsNatUserData

public interface ItsNatAsyncTaskEvent
extends ItsNatDOMExtEvent

This event is fired automatically by the client and sent to the server to wait until the associated asynchronous task finishes. When the asynchronous task is finished is dispatched to the registered listener if any.

Default implementation inherits from java.util.EventObject.

Author:
Jose Maria Arranz Santamaria
See Also:
ClientDocument.addAsynchronousTask(Runnable,boolean,int,EventTarget,EventListener,int,ParamTransport[],String,long)

Field Summary
 
Fields inherited from interface org.w3c.dom.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
 
Method Summary
 
Methods inherited from interface org.itsnat.core.event.ItsNatNormalEvent
getCurrentTarget
 
Methods inherited from interface org.itsnat.core.event.ItsNatEvent
getClientDocument, getCommMode, getExtraParam, getItsNatDocument, getItsNatEventListenerChain, getItsNatServletRequest, getItsNatServletResponse, setExtraParam
 
Methods inherited from interface org.itsnat.core.ItsNatUserData
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue
 
Methods inherited from interface org.w3c.dom.events.Event
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
 



Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.