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 Detail

      • getText

        java.lang.String getText()

        Returns the story text relating to the event.

        Returns:
        The story text chunk for this event.