Interface PageEvent

  • All Superinterfaces:
    DataEvent

    public interface PageEvent
    extends DataEvent

    Provides information about a change to data in a Page. Pages may be sent from the Liberator in one or more com.caplin.streamlink.PageElementss. The initial page data is indicated by the isImage() method returning true.

    • Method Detail

      • getMaxRow

        int getMaxRow()
      • getMaxColumn

        int getMaxColumn()
      • getElements

        java.util.List<PageElement> getElements()

        Returns array of com.caplin.streamlink.PageElementss.

        Returns:
        The array com.caplin.streamlink.PageElementss for this event.