Class SectionMovedEvent

java.lang.Object
org.jjazz.chordleadsheet.api.event.ClsChangeEvent
org.jjazz.chordleadsheet.api.event.SectionMovedEvent

public class SectionMovedEvent extends ClsChangeEvent
One section has been moved.
  • Constructor Details

  • Method Details

    • getOldBar

      public int getOldBar()
      Returns:
      The barIndex of the section before it was moved
    • getNewBar

      public int getNewBar()
    • getSection

      public CLI_Section getSection()
    • toString

      public String toString()
      Overrides:
      toString in class Object