Class StartNewGameBean


  • public class StartNewGameBean
    extends java.lang.Object
    This prototype scoped bean does not provide any direct service. The bean is instantiated once when the game is started. Various other beans depend on its creation to be initiated themselves. As this bean is a prototype it will be recycled on the next CG run, as long as no reference to it is stored.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Apr 19, 2015
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StartNewGameBean

        public StartNewGameBean()