Uses of Interface
org.jjazz.chordleadsheet.api.ClsChangeListener
Packages that use ClsChangeListener
Package
Description
The model of a chord leadsheet.
The chord leadsheet editor.
The model of a song, which mainly contains a ChordLeadSheet and a SongStructure.
-
Uses of ClsChangeListener in org.jjazz.chordleadsheet.api
Methods in org.jjazz.chordleadsheet.api with parameters of type ClsChangeListenerModifier and TypeMethodDescriptionvoidChordLeadSheet.addClsChangeListener(ClsChangeListener l) Add a listener to item changes of this object.voidChordLeadSheet.removeClsChangeListener(ClsChangeListener l) Remove a listener to this object's changes. -
Uses of ClsChangeListener in org.jjazz.cl_editor.api
Classes in org.jjazz.cl_editor.api that implement ClsChangeListenerModifier and TypeClassDescriptionclassA helper class to write CL_Editor context aware actions. -
Uses of ClsChangeListener in org.jjazz.song.api
Classes in org.jjazz.song.api that implement ClsChangeListenerModifier and TypeClassDescriptionclassThe song object.classA song listener to detect a structural change in the song: bar added or removed, time signature changed, section moved.