Class
caplin.streamlink

PageEvent

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

Constructor Summary

Attributes Name and Description
caplin.streamlink.PageEvent()

Method Summary

Attributes Name and Description
List getElements()

Returns array of caplin.streamlink.PageElementss.

Methods inherited from class caplin.streamlink.DataEvent:
getSubject, isImage

Constructor Detail

caplin.streamlink.PageEvent()

Method Detail

List getElements()

Returns array of caplin.streamlink.PageElementss.

Returns
{List} The array caplin.streamlink.PageElementss for this event.