org.jboss.weld.environment.se.example.numberguess
Class MessageGenerator

java.lang.Object
  extended by 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

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

Constructor Detail

MessageGenerator

public MessageGenerator()
Method Detail

getChallengeMessage

public String getChallengeMessage()

getResultMessage

public String getResultMessage()


Copyright © 2008-2010 Seam Framework. All Rights Reserved.