public class CommMode
extends java.lang.Object
Communication by SCRIPT elements is essentially asynchronous.
ItsNatDocument.addEventListener(org.w3c.dom.events.EventTarget,String,org.w3c.dom.events.EventListener,boolean,int)
Modifier and Type | Field and Description |
---|---|
static int |
SCRIPT
Indicates that SCRIPT elements are used to transport events.
|
static int |
SCRIPT_HOLD
Indicates that SCRIPT elements are used to transport events but new events are queued
(a FIFO list) until the current event sent to server returns.
|
static int |
XHR_ASYNC
Indicates that AJAX is used (XMLHttpRequest) to transport events and sent asynchronously.
|
static int |
XHR_ASYNC_HOLD
Indicates that AJAX is used (XMLHttpRequest) to transport events and sent asynchronously but new events are queued
(a FIFO list) until the current event sent to server returns.
|
static int |
XHR_SYNC
Indicates that AJAX is used (XMLHttpRequest) to transport events and sent synchronously, the client is locked
until the current event sent to server returns.
|
Constructor and Description |
---|
CommMode() |
public static final int XHR_SYNC
public static final int XHR_ASYNC
public static final int XHR_ASYNC_HOLD
public static final int SCRIPT
public static final int SCRIPT_HOLD
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.