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 SyncTempoAware
Marks 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 void
setSyncTempo(com.tagtraum.audiokern.bpm.Tempo syncTempo)
Sets the sync tempo.
-