Package org.deepsymmetry.beatlink.data
Class WaveformDetailUpdate
- java.lang.Object
-
- org.deepsymmetry.beatlink.data.WaveformDetailUpdate
-
public class WaveformDetailUpdate extends Object
Provides notification when the waveform detail associated with a player changes.- Author:
- James Elliott
-
-
Field Summary
Fields Modifier and Type Field Description WaveformDetaildetailThe waveform detail which is now associated with the track loaded in the player's main deck.intplayerThe player number for which a waveform detail change has occurred.
-
-
-
Field Detail
-
player
public final int player
The player number for which a waveform detail change has occurred.
-
detail
public final WaveformDetail detail
The waveform detail which is now associated with the track loaded in the player's main deck. Will benullif we don't have any detail available (including for a brief period after a new track has been loaded while we are requesting the waveform detail).
-
-