Class SptReplacedEvent

java.lang.Object
org.jjazz.songstructure.api.event.SgsChangeEvent
org.jjazz.songstructure.api.event.SptReplacedEvent

public class SptReplacedEvent extends SgsChangeEvent
A SongPart has been replaced with another one with same size/startBarIndex.
  • Constructor Details

  • Method Details

    • getNewSpts

      public List<SongPart> getNewSpts()
      Returns:
      The songpart to replace the source song part, ordered by startBarIndex (like oldSpts)