|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmilionario.FlagRegister
public class FlagRegister
Constructor Summary | |
---|---|
FlagRegister()
|
Method Summary | |
---|---|
boolean |
isAnswerSelected()
|
boolean |
isMusicEnabled()
|
boolean |
isQuestionWrited()
|
boolean |
isSoundEnabled()
|
void |
setAnswerSelected(boolean response)
true se è stata selezionata una risposta. |
void |
setMusicEnabled(boolean response)
true per abilitare la riproduzione del sottofondo musicale |
void |
setQuestionWrited(boolean response)
true se è stata scritta la domanda sul DomandaPanel |
void |
setSoundEnabled(boolean response)
true per abilitare la riproduzione degli effetti sonori |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlagRegister()
Method Detail |
---|
public boolean isAnswerSelected()
public boolean isMusicEnabled()
public boolean isQuestionWrited()
public boolean isSoundEnabled()
public void setAnswerSelected(boolean response)
response
- public void setMusicEnabled(boolean response)
response
- public void setQuestionWrited(boolean response)
response
- public void setSoundEnabled(boolean response)
response
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |