com.blackledge.david.tivo.gadgets
Class StringGetterScreen.Return

java.lang.Object
  extended by com.blackledge.david.tivo.gadgets.StringGetterScreen.Return
Enclosing class:
StringGetterScreen

public class StringGetterScreen.Return
extends Object

We just return a String, but since we return it via a "pop" argument, caller needs to identify if it was us or another screen returning, so we make our Argument of a custom class type to allow user to check "instanceof"


Constructor Summary
StringGetterScreen.Return(String returnString)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringGetterScreen.Return

public StringGetterScreen.Return(String returnString)
Method Detail

toString

public String toString()
Overrides:
toString in class Object