Package uk.co.caprica.vlcj.waiter


package uk.co.caprica.vlcj.waiter
Synchronous programming framework.

Ordinarily media player programming requires an asynchronous approach, this small framework makes it easier to use a synchronous approach instead.

Most applications are not expected to use this synchronous approach, but there are some use-cases where it can be convenient.

  • Class
    Description
    Exception thrown when a media player condition instance triggers aborts by returning false in an
    Exception thrown when a media player condition instance triggers in response to an error.
    Exception thrown when a media player condition instance triggers in response to the media finishing (reaching the end) unexpectedly before the conditional wait is satisfied.
    Waiter<C,R>
    Base implementation for a component that waits for specific component state to occur.