Class YamJJazzDefaultRhythms.CheckDefaultRhythms

java.lang.Object
org.jjazz.yamjjazz.rhythm.api.YamJJazzDefaultRhythms.CheckDefaultRhythms
All Implemented Interfaces:
Runnable
Enclosing class:
YamJJazzDefaultRhythms

public static class YamJJazzDefaultRhythms.CheckDefaultRhythms extends Object implements Runnable
Debug task to check that default rhythms are in the default JJazzLab distribution.

Because RhythmDatabase initialization will end up using YamJJazzDefaultRhythm instance, we need to do the check after complete initialization is done, hence @OnShowing.

  • Constructor Details

    • CheckDefaultRhythms

      public CheckDefaultRhythms()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable