net.customware.gwt.dispatch.shared.general
Class StringUpdateResult

java.lang.Object
  extended by net.customware.gwt.dispatch.shared.AbstractUpdateResult<String>
      extended by net.customware.gwt.dispatch.shared.general.StringUpdateResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Result

public class StringUpdateResult
extends AbstractUpdateResult<String>

A simple String update result. Mostly this is provided to allow GWT to complile when including AbstractUpdateResult values.

Author:
David Peterson

Constructor Summary
protected StringUpdateResult()
           
  StringUpdateResult(String oldValue, String newValue)
           
 
Method Summary
 
Methods inherited from class net.customware.gwt.dispatch.shared.AbstractUpdateResult
getNew, getOld
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUpdateResult

protected StringUpdateResult()

StringUpdateResult

public StringUpdateResult(String oldValue,
                          String newValue)


Copyright © 2011 customware.net. All Rights Reserved.