Class SectionMovedEvent
java.lang.Object
org.jjazz.chordleadsheet.api.event.ClsChangeEvent
org.jjazz.chordleadsheet.api.event.SectionMovedEvent
-
Constructor Summary
ConstructorsConstructorDescriptionSectionMovedEvent(ChordLeadSheet src, CLI_Section item, int oldBar, int newBar) -
Method Summary
Methods inherited from class org.jjazz.chordleadsheet.api.event.ClsChangeEvent
getItem, getItems, getSource
-
Constructor Details
-
SectionMovedEvent
-
-
Method Details
-
getOldBar
public int getOldBar()- Returns:
- The barIndex of the section before it was moved
-
getNewBar
public int getNewBar() -
getSection
-
toString
-