|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.rpc.client.ast.CommandSink
public abstract class CommandSink
Accepts a stream of RpcCommands.
| Constructor Summary | |
|---|---|
CommandSink()
|
|
| Method Summary | |
|---|---|
abstract void |
accept(RpcCommand command)
Accept an RpcCommand for processing. |
abstract void |
finish()
Called when no more commands will be sent. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandSink()
| Method Detail |
|---|
public abstract void accept(RpcCommand command)
throws SerializationException
command -
SerializationException
public abstract void finish()
throws SerializationException
SerializationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||