org.jboss.weld.environment.se.example.numberguess
Class MessageGenerator
java.lang.Object
org.jboss.weld.environment.se.example.numberguess.MessageGenerator
public class MessageGenerator
- extends Object
This class generates on demand appropriate messages depending on the current
state of the injected instance of Game.
- Author:
- Peter Royle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageGenerator
public MessageGenerator()
getChallengeMessage
public String getChallengeMessage()
getResultMessage
public String getResultMessage()
Copyright © 2008-2011 Seam Framework. All Rights Reserved.