version 1.0

com.actimind.actiwate.testing.events
Interface MetaRefreshAsyncEvent

All Superinterfaces:
AsyncEvent

public interface MetaRefreshAsyncEvent
extends AsyncEvent

Meta refresh async event.
This events are generated for "META" html tags having "http-equiv" attribute set to "Refresh".
Time offset for meta refresh async events is set using the time specified in "content" attribute of corresponding "META" html tag.
NOTE: Time offset is specified in milliseconds, but meta rerfesh time is specified in seconds.
NOTE: Meta refresh async events are only sheduled if auto execution of meta refreshes is disabled, if auto execution of meta refreshes is enabled no meta refresh async events are generated and meta refreshes are executed immediately.

See Also:
ActiwateSession.setAutoExecMetaRefreshes(boolean)

Field Summary
 
Fields inherited from interface com.actimind.actiwate.testing.events.AsyncEvent
INTERVAL, METAREFRESH, TIMEOUT, XMLHTTPREQUEST
 
Method Summary
 GetRequest getRefreshRequest()
          Returns refresh request corresponding to this metarefresh async event.
 
Methods inherited from interface com.actimind.actiwate.testing.events.AsyncEvent
getOriginatingNode, getPage, getTimeOffset, getType, isCancelled, isExecuted
 

Method Detail

getRefreshRequest

public GetRequest getRefreshRequest()
Returns refresh request corresponding to this metarefresh async event.

Returns:
refresh request corresponding to this metarefresh async event.


Copyright © 2007 Actimind, Inc. All Rights Reserved.