com.google.gwt.rpc.client.impl
Class HasValuesCommandSink

java.lang.Object
  extended by com.google.gwt.rpc.client.ast.CommandSink
      extended by com.google.gwt.rpc.client.impl.HasValuesCommandSink

public class HasValuesCommandSink
extends CommandSink

A simple CommandSink that adds observed values to a container command.


Constructor Summary
HasValuesCommandSink(HasValues container)
           
 
Method Summary
 void accept(RpcCommand command)
          Accept an RpcCommand for processing.
 void finish()
          Does nothing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasValuesCommandSink

public HasValuesCommandSink(HasValues container)
Method Detail

accept

public void accept(RpcCommand command)
            throws SerializationException
Description copied from class: CommandSink
Accept an RpcCommand for processing.

Specified by:
accept in class CommandSink
Throws:
SerializationException

finish

public void finish()
            throws SerializationException
Does nothing.

Specified by:
finish in class CommandSink
Throws:
SerializationException