Interface MediaDetailsListener

    • Method Detail

      • detailsAvailable

        void detailsAvailable​(MediaDetails details)

        Invoked when a media details response message is received by the VirtualCdj from a player.

        To reduce latency, detail announcements are delivered to listeners directly on the thread that is receiving them them from the network, so if you want to interact with user interface objects in this method, you need to use javax.swing.SwingUtilities.invokeLater(Runnable) to do so on the Event Dispatch Thread. Even if you are not interacting with user interface objects, any code in this method must finish quickly, or it will add latency for other listeners, and detail announcements will back up. If you want to perform lengthy processing of any sort, do so on another thread.

        Parameters:
        details - the information describing the media mounted in a player slot