|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransportListener
A TransportListener listens to a Transport. The Transport is either playing or stopped. It may be recording. If it's stopped, you SHOULD BE ABLE TO change the location.
| Method Summary | |
|---|---|
void |
locate(long microseconds)
Called when the transport locates to a new microsecond time. |
void |
play()
Called when the transport begins playing. |
void |
record(boolean rec)
Called when the transport record mode changes. |
void |
stop()
Called when the transport has stopped. |
| Method Detail |
|---|
void stop()
void play()
void record(boolean rec)
void locate(long microseconds)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||