Package sac.control

Interface UpdatableController

All Known Implementing Classes:
HoldController, LineCountController, PreviewController, ScoreController, TimedController

public interface UpdatableController
Controller that updates its element as model ticks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Update javaFX element as model ticks.
  • Method Details

    • update

      void update()
      Update javaFX element as model ticks.