| Modifier and Type | Class and Description |
|---|---|
class |
MasterAdapter
An abstract adapter class for receiving updates related to the tempo master.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MasterListener> |
VirtualCdj.getMasterListeners()
Get the set of master listeners that are currently registered.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
VirtualCdj.addMasterListener(MasterListener listener)
Adds the specified master listener to receive device updates when there are changes related
to the tempo master.
|
static void |
VirtualCdj.removeMasterListener(MasterListener listener)
Removes the specified master listener so that it no longer receives device updates when
there are changes related to the tempo master.
|
Copyright © 2016 Deep Symmetry, LLC. All rights reserved.