|
GF4J 0.9.4 Beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gameframe.engines.NullMusic
A do nothing implementation of a music object.
gameframe.Sample
Constructor Summary | |
NullMusic()
|
Method Summary | |
void |
finalize()
Does nothing. |
boolean |
isPlaying()
Returns always false. |
void |
playLooped()
Does nothing. |
void |
playOnce()
Does nothing. |
void |
stop()
Does nothing. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public NullMusic()
Method Detail |
public void playOnce()
playOnce
in interface Sound
public void playLooped()
playLooped
in interface Sound
public void stop()
stop
in interface Sound
public boolean isPlaying()
isPlaying
in interface Sound
public void finalize()
finalize
in interface Sound
finalize
in class java.lang.Object
|
GF4J 0.9.4 Beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |