|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transport
Transport is either playing or stopped. If it's stopped, you SHOULD BE ABLE TO change the location.
Method Summary | |
---|---|
void |
addTransportListener(TransportListener listener)
Add a TransportListener to this Transport. |
boolean |
isPlaying()
Reports whether this Transport is playing. |
boolean |
isRecording()
Reports whether this Transport is recording. |
void |
removeTransportListener(TransportListener listener)
Removes a TransportListener from this Transport. |
Methods inherited from interface uk.org.toot.transport.TransportListener |
---|
locate, play, record, stop |
Methods inherited from interface uk.org.toot.transport.TimeSource |
---|
getMicrosecondLocation |
Method Detail |
---|
void addTransportListener(TransportListener listener)
void removeTransportListener(TransportListener listener)
boolean isPlaying()
boolean isRecording()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |