public interface ISequencePlayerStatus
Command that is used to notify a user that a track has stopped playing.
- Author:
- swong
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ISequencePlayerStatus
Null Object instance that simply prints a status message to the console. -
Method Summary
-
Field Details
-
NULL
Null Object instance that simply prints a status message to the console.
-
-
Method Details
-
finished
void finished()Called when a track stops playing.
-