| |
|
| java.lang.Object org.itsnat.core.event.ParamTransport org.itsnat.core.event.NodeMutationTransport
Constructor Summary | |
public | NodeMutationTransport() Creates a new instance ready to transport the client mutation
and synchronize it at the server side. | public | NodeMutationTransport(boolean sync) Creates a new instance ready to transport the client mutation
and optionally synchronize it at the server side.
Parameters: sync - if true the server is updated. |
NodeMutationTransport | public NodeMutationTransport()(Code) | | Creates a new instance ready to transport the client mutation
and synchronize it at the server side.
|
NodeMutationTransport | public NodeMutationTransport(boolean sync)(Code) | | Creates a new instance ready to transport the client mutation
and optionally synchronize it at the server side.
Parameters: sync - if true the server is updated. |
Methods inherited from org.itsnat.core.event.ParamTransport | public boolean isSync()(Code)(Java Doc)
|
|
|
|