Interface StoryEvent

All Superinterfaces:
DataEvent

public interface StoryEvent extends DataEvent

Provides information about a change to story data in a Story. Stories may be sent from the Liberator in one or more StoryEvents. The start of the story is indicated by the isImage() method returning true.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the story text relating to the event.

    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.