bubolo
 All Classes Namespaces Functions Variables Enumerator
Public Member Functions | List of all members
bubolo.GameApplication Interface Reference
Inheritance diagram for bubolo.GameApplication:
bubolo.BuboloApplication

Public Member Functions

boolean isReady ()
 

Detailed Description

Defines the interface for the main game class.

Author
BU CS673 - Clone Productions

Definition at line 9 of file GameApplication.java.

Member Function Documentation

boolean bubolo.GameApplication.isReady ( )

Returns true if the game's subsystems have been set up, or false otherwise.

Returns
true if the game's subsystems have been set up.

Implemented in bubolo.BuboloApplication.