|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMusic
public class Music
| Field Summary | |
|---|---|
private java.lang.String |
file
|
protected Player |
player
|
private int |
sleeptime
|
(package private) javax.swing.Timer |
timer
|
| Constructor Summary | |
|---|---|
Music(java.lang.String file,
int time)
|
|
| Method Summary | |
|---|---|
void |
controllerUpdate(ControllerEvent c)
|
void |
play()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Player player
private java.lang.String file
private int sleeptime
javax.swing.Timer timer
| Constructor Detail |
|---|
public Music(java.lang.String file,
int time)
| Method Detail |
|---|
public void controllerUpdate(ControllerEvent c)
public void play()
public void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||