|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a visual representation for some Logic.
Method Summary | |
void |
gameCompleted(boolean succes)
The Game has been completed wheter or not succesfull. |
void |
levelCompleted(boolean succes)
The Level has been completed whether or not succesfull. |
void |
updateDimension(DimensionChangeEvent e)
Updates the Dimension. |
void |
updateLevel(LevelChangeEvent e)
Updates the level. |
void |
updatePosition(PositionChangeEvent e)
Updates a Position. |
void |
updateScore(ScoreChangeEvent e)
Updates the score. |
Method Detail |
public void updateDimension(DimensionChangeEvent e)
e
- the DimensionChangeEventpublic void updatePosition(PositionChangeEvent e)
e
- the PositionChangeEventpublic void updateLevel(LevelChangeEvent e)
e
- the LevelChangeEventpublic void updateScore(ScoreChangeEvent e)
e
- the ScoreChangeEventpublic void levelCompleted(boolean succes)
succes
- the succespublic void gameCompleted(boolean succes)
succes
- the succes
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |