public class

ListCommandSink

extends CommandSink
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.CommandSink
     ↳ com.google.gwt.rpc.client.impl.ListCommandSink

Class Overview

A simple CommandSink that adds observed commands to a list.

Summary

Public Constructors
ListCommandSink(List<RpcCommand> commands)
Public Methods
void accept(RpcCommand command)
Accept an RpcCommand for processing.
void finish()
Does nothing.
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.CommandSink
From class java.lang.Object

Public Constructors

public ListCommandSink (List<RpcCommand> commands)

Public Methods

public void accept (RpcCommand command)

Accept an RpcCommand for processing.

public void finish ()

Does nothing.