| Package | Description |
|---|---|
| org.deepsymmetry.beatlink |
A library for synchronizing with beats from Pioneer DJ Link equipment,
and finding out details about the tracks that are playing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceAnnouncementAdapter
An abstract adapter class for receiving device announcements.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DeviceAnnouncementListener> |
DeviceFinder.getDeviceAnnouncementListeners()
Get the set of device announcement listeners that are currently registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceFinder.addDeviceAnnouncementListener(DeviceAnnouncementListener listener)
Adds the specified device announcement listener to receive device announcements when DJ Link devices
are found on or leave the network.
|
void |
DeviceFinder.removeDeviceAnnouncementListener(DeviceAnnouncementListener listener)
Removes the specified device announcement listener so that it no longer receives device announcements when
DJ Link devices are found on or leave the network.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.