|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MenuAction
An Interface for MenuActions.
Method Summary | |
---|---|
void |
execute(org.newdawn.slick.GameContainer gc,
org.newdawn.slick.state.StateBasedGame sbg,
MenuItem item)
executes. |
boolean |
isActivated()
weather or not this action is currently active. |
Method Detail |
---|
void execute(org.newdawn.slick.GameContainer gc, org.newdawn.slick.state.StateBasedGame sbg, MenuItem item) throws org.newdawn.slick.SlickException
gc
- sbg
- item
-
org.newdawn.slick.SlickException
boolean isActivated()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |