Class ItemMovedEvent
java.lang.Object
org.jjazz.chordleadsheet.api.event.ClsChangeEvent
org.jjazz.chordleadsheet.api.event.ItemMovedEvent
One item (but not a section) has been moved.
-
Constructor Summary
ConstructorDescriptionItemMovedEvent
(ChordLeadSheet src, ChordLeadSheetItem<?> item, Position oldPos, Position newPos) -
Method Summary
Methods inherited from class org.jjazz.chordleadsheet.api.event.ClsChangeEvent
getItem, getItems, getSource
-
Constructor Details
-
ItemMovedEvent
public ItemMovedEvent(ChordLeadSheet src, ChordLeadSheetItem<?> item, Position oldPos, Position newPos) - Parameters:
src
-item
- Must not be a CLI_Section.oldPos
-newPos
-
-
-
Method Details