Module hw06

Interface ISequencePlayerStatus


public interface ISequencePlayerStatus
Command that is used to notify a user that a track has stopped playing.
Author:
swong
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Null Object instance that simply prints a status message to the console.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a track stops playing.
  • Field Details

    • NULL

      static final ISequencePlayerStatus NULL
      Null Object instance that simply prints a status message to the console.
  • Method Details

    • finished

      void finished()
      Called when a track stops playing.