|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttipgame.util.TimedSpriteEnabler
public class TimedSpriteEnabler
enables a sprite after a given period of time
| Field Summary | |
|---|---|
private Sprite |
sprite
the sprite to enable |
| Constructor Summary | |
|---|---|
TimedSpriteEnabler(Sprite s)
constructs the sprite enabler |
|
| Method Summary | |
|---|---|
void |
alarm()
enables the sprite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Sprite sprite
| Constructor Detail |
|---|
public TimedSpriteEnabler(Sprite s)
s - the sprite to enable after a delay| Method Detail |
|---|
public void alarm()
alarm in interface AlarmAlarm.alarm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||