Package com.tagtraum.audiokern
Interface SyncTempoAware
-
- All Known Subinterfaces:
PlayList
- All Known Implementing Classes:
AmazonPlayList,BeatportPlayList,FileSystemPlayList,HibernatePlayList,ITunesPlayList,KeyTableCellRenderer,PlayListFacade,PlayListSorter,ReadOnlyPlayList,TableModelSorter,TransitionTableCellRenderer
public interface SyncTempoAwareMarks objects that change behavior in case a sync tempo is set.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSyncTempo(com.tagtraum.audiokern.bpm.Tempo syncTempo)Sets the sync tempo.
-