net.customware.gwt.dispatch.shared.general
Class StringResult
java.lang.Object
net.customware.gwt.dispatch.shared.AbstractSimpleResult<String>
net.customware.gwt.dispatch.shared.general.StringResult
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Result
public class StringResult
- extends AbstractSimpleResult<String>
A simple String result. Mostly this is provided to allow GWT to
complile when including AbstractSimpleResult values.
- Author:
- David Peterson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringResult
protected StringResult()
StringResult
public StringResult(String value)
Copyright © 2011 customware.net. All Rights Reserved.