Uses of Interface
uk.co.caprica.vlcj.medialist.MediaListEventListener
Packages that use MediaListEventListener
Package
Description
Provides the classes necessary to create and control native media lists.
Provides higher-level components used to create basic media players with the minimum of application code.
-
Uses of MediaListEventListener in uk.co.caprica.vlcj.medialist
Classes in uk.co.caprica.vlcj.medialist that implement MediaListEventListenerModifier and TypeClassDescriptionclass
Default implementation of the media list event listener.Methods in uk.co.caprica.vlcj.medialist with parameters of type MediaListEventListenerModifier and TypeMethodDescriptionvoid
EventApi.addMediaListEventListener
(MediaListEventListener listener) Add a component to be notified of media events.void
EventApi.removeMediaListEventListener
(MediaListEventListener listener) Remove a component that was previously interested in notifications of media events. -
Uses of MediaListEventListener in uk.co.caprica.vlcj.player.component
Classes in uk.co.caprica.vlcj.player.component that implement MediaListEventListenerModifier and TypeClassDescriptionclass
Implementation of an audio list player.class
Implementation of a callback "direct-rendering" media list player.class
Base implementation of a callback "direct-rendering" media player.class
Implementation of an embedded media list player.