Package org.jfugue.temporal
Interface DurationTemporalEvent
-
- All Superinterfaces:
TemporalEvent
- All Known Implementing Classes:
TemporalEvents.ChordEvent
,TemporalEvents.NoteEvent
public interface DurationTemporalEvent extends TemporalEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getDuration()
-
Methods inherited from interface org.jfugue.temporal.TemporalEvent
execute
-
-