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

java.lang.Object
  extended by net.customware.gwt.dispatch.shared.AbstractSimpleResult<String>
      extended by 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

Constructor Summary
protected StringResult()
           
  StringResult(String value)
           
 
Method Summary
 
Methods inherited from class net.customware.gwt.dispatch.shared.AbstractSimpleResult
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringResult

protected StringResult()

StringResult

public StringResult(String value)


Copyright © 2011 customware.net. All Rights Reserved.