Package com.caplin.streamlink
Interface StoryEvent
- All Superinterfaces:
DataEvent
Provides information about a change to story data in a Story.
Stories may be sent from the Liberator in one or more StoryEvent
s.
The start of the story is indicated by the isImage()
method returning
true.
-
Method Summary
Methods inherited from interface com.caplin.streamlink.DataEvent
getSubject, isImage
-
Method Details
-
getText
String getText()Returns the story text relating to the event.
- Returns:
- The story text chunk for this event.
-