|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.transport.TransportAdapter
public class TransportAdapter
A default concrete implementation of a TransportListener which has null implementations of each method. Typically used when only a few methods actually require an implementation.
Constructor Summary | |
---|---|
TransportAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransportAdapter()
Method Detail |
---|
public void stop()
TransportListener
stop
in interface TransportListener
public void play()
TransportListener
play
in interface TransportListener
public void record(boolean rec)
TransportListener
record
in interface TransportListener
public void locate(long microseconds)
TransportListener
locate
in interface TransportListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |