public class NodeMutationTransport extends ParamTransport
Only works with a browser with W3C DOM Mutation Events support like Mozilla/FireFox or Safari and only with mutation events.
ItsNatDocument.addEventListener(org.w3c.dom.events.EventTarget,String,org.w3c.dom.events.EventListener,boolean,int,ParamTransport[],String,long),
ItsNatDocument.addMutationEventListener(org.w3c.dom.events.EventTarget,org.w3c.dom.events.EventListener,boolean,int,String,long),
Serialized Form| Constructor and Description |
|---|
NodeMutationTransport()
Creates a new instance ready to transport the client mutation
and synchronize it at the server side.
|
NodeMutationTransport(boolean sync)
Creates a new instance ready to transport the client mutation
and optionally synchronize it at the server side.
|
public NodeMutationTransport()
public NodeMutationTransport(boolean sync)
sync - if true the server is updated.Copyright © Innowhere Software, Jose Maria Arranz Santamaria.