org.puremvc.java.core
Class ControllerTestVO

java.lang.Object
  extended by org.puremvc.java.core.ControllerTestVO

public class ControllerTestVO
extends java.lang.Object

A utility class used by ControllerTest.

See Also:
ControllerTest, ControllerTestCommand

Field Summary
 int input
           
 int result
           
 
Constructor Summary
ControllerTestVO(int input)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

public int input

result

public int result
Constructor Detail

ControllerTestVO

public ControllerTestVO(int input)
Constructor.

Parameters:
input - the number to be fed to the ControllerTestCommand