| |
|
| java.lang.Object com.tctest.spring.bean.HigherLowerGame
HigherLowerGame | public class HigherLowerGame implements Serializable(Code) | | Adapded from SWF numberguess example (made 1.4 compliant and non Serializable).
Action that encapsulates logic for the number guess sample flow. Note that
this is a stateful action: it holds modifiable state in instance members!
author: Erwin Vervaet author: Keith Donald |
getAnswer | public int getAnswer()(Code) | | |
getDuration | public long getDuration()(Code) | | |
getGuesses | public int getGuesses()(Code) | | |
|
|
|