Class MediaListPlayerEventFactory

java.lang.Object
uk.co.caprica.vlcj.player.list.events.MediaListPlayerEventFactory

public final class MediaListPlayerEventFactory extends Object
A factory that creates a media list player event instance for a native media list player event.
  • Method Summary

    Modifier and Type
    Method
    Description
    static uk.co.caprica.vlcj.player.list.events.MediaListPlayerEvent
    createEvent(uk.co.caprica.vlcj.binding.internal.libvlc_instance_t libvlcInstance, MediaListPlayer mediaListPlayer, uk.co.caprica.vlcj.binding.internal.libvlc_event_t event)
    Create a new media list player event for a given native event.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createEvent

      public static uk.co.caprica.vlcj.player.list.events.MediaListPlayerEvent createEvent(uk.co.caprica.vlcj.binding.internal.libvlc_instance_t libvlcInstance, MediaListPlayer mediaListPlayer, uk.co.caprica.vlcj.binding.internal.libvlc_event_t event)
      Create a new media list player event for a given native event.
      Parameters:
      libvlcInstance - native library instance
      mediaListPlayer - component the event relates to
      event - native event
      Returns:
      media list player event, or null if not a known event