net.customware.gwt.dispatch.shared.general
Class StringUpdateResult
java.lang.Object
net.customware.gwt.dispatch.shared.AbstractUpdateResult<String>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUpdateResult
protected StringUpdateResult()
StringUpdateResult
public StringUpdateResult(String oldValue,
String newValue)
Copyright © 2011 customware.net. All Rights Reserved.