public abstract class

CommandSink

extends Object
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.CommandSink
Known Direct Subclasses

Class Overview

Accepts a stream of RpcCommands.

Summary

Public Constructors
CommandSink()
Public Methods
abstract void accept(RpcCommand command)
Accept an RpcCommand for processing.
abstract void finish()
Called when no more commands will be sent.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CommandSink ()

Public Methods

public abstract void accept (RpcCommand command)

Accept an RpcCommand for processing.

public abstract void finish ()

Called when no more commands will be sent.