|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gatech.cs2335.lemmings.engine.AbstractGameState
edu.gatech.cs2335.lemmings.engine.LevelResultsState
Class LevelResultsState: Shows the results of a level.
Revision History:
v1.0 (Apr. 14, 2004) - Created the LevelResultsState class
| Constructor Summary | |
LevelResultsState(Level l)
Creates a new LevelResultsState instance. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
This function essentially processes the action event that may have been thrown by the UI. |
boolean |
cleanUp()
This method will perform all of the necessary clean up operations once the object is no longer needed. |
Level |
getLevel()
Describe getLevel method here. |
boolean |
initialize()
This method will initialize the state that it belongs to. |
void |
setLevel(Level l)
Describe setLevel method here. |
| Methods inherited from class edu.gatech.cs2335.lemmings.engine.AbstractGameState |
getUI, setUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LevelResultsState(Level l)
LevelResultsState instance.
l - len| Method Detail |
public boolean initialize()
initialize in class AbstractGameStatepublic boolean cleanUp()
cleanUp in class AbstractGameStatepublic void actionPerformed(java.awt.event.ActionEvent ae)
ae - aepublic Level getLevel()
getLevel method here.
Level valuepublic void setLevel(Level l)
setLevel method here.
l - a Level value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||