Class ReservedRoomVariables


  • public class ReservedRoomVariables
    extends java.lang.Object
    The class contains static fields that represent names of "reserved" Room Variables. All reserved names start with a dollar sign ( $ )
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String RV_GAME_STARTED
      Used by the SFSGame Rooms to notify the change in the started/stopped game status
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RV_GAME_STARTED

        public static final java.lang.String RV_GAME_STARTED
        Used by the SFSGame Rooms to notify the change in the started/stopped game status
        See Also:
        SFSGame, Constant Field Values
    • Constructor Detail

      • ReservedRoomVariables

        public ReservedRoomVariables()