Package com.caplin.streamlink
Interface PageEvent
- All Superinterfaces:
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.PageElements
s.
The initial page data is indicated by the isImage()
method returning
true.
-
Method Summary
Modifier and TypeMethodDescriptionReturns array ofcom.caplin.streamlink.PageElements
s.int
int
Methods inherited from interface com.caplin.streamlink.DataEvent
getSubject, isImage
-
Method Details
-
getMaxRow
int getMaxRow() -
getMaxColumn
int getMaxColumn() -
getElements
List<PageElement> getElements()Returns array of
com.caplin.streamlink.PageElements
s.- Returns:
- The array
com.caplin.streamlink.PageElements
s for this event.
-