Uses of Interface
org.deepsymmetry.beatlink.LifecycleListener
-
Packages that use LifecycleListener 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. -
-
Uses of LifecycleListener in org.deepsymmetry.beatlink
Methods in org.deepsymmetry.beatlink that return types with arguments of type LifecycleListener Modifier and Type Method Description Set<LifecycleListener>LifecycleParticipant. getLifecycleListeners()Get the set of lifecycle listeners that are currently registered.Methods in org.deepsymmetry.beatlink with parameters of type LifecycleListener Modifier and Type Method Description voidLifecycleParticipant. addLifecycleListener(LifecycleListener listener)Adds the specified life cycle listener to receive announcements when the component starts and stops.voidLifecycleParticipant. removeLifecycleListener(LifecycleListener listener)Removes the specified life cycle listener so that it no longer receives announcements when the component starts or stops.
-