Class MediaListEventFactory

java.lang.Object
uk.co.caprica.vlcj.medialist.events.MediaListEventFactory

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

    Modifier and Type
    Method
    Description
    static uk.co.caprica.vlcj.medialist.events.MediaListEvent
    createEvent(uk.co.caprica.vlcj.binding.internal.libvlc_instance_t libvlcInstance, MediaList mediaList, uk.co.caprica.vlcj.binding.internal.libvlc_event_t event)
    Create an 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.medialist.events.MediaListEvent createEvent(uk.co.caprica.vlcj.binding.internal.libvlc_instance_t libvlcInstance, MediaList mediaList, uk.co.caprica.vlcj.binding.internal.libvlc_event_t event)
      Create an event.
      Parameters:
      libvlcInstance - native library instance
      mediaList - component the event relates to
      event - native event
      Returns:
      media list event, or null if the native event type is not known