Package 

Class TextStreamData


  • 
    public final class TextStreamData
    
                        

    A representation of the aggregated data from a text stream.

    • Constructor Summary

      Constructors 
      Constructor Description
      TextStreamData(String text, Participant.Identity participantIdentity, StreamInfo streamInfo)
    • Method Summary

      Modifier and Type Method Description
      final String getText() The aggregated text.
      final Participant.Identity getParticipantIdentity() The participant
      final StreamInfo getStreamInfo() The info for a stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextStreamData

        TextStreamData(String text, Participant.Identity participantIdentity, StreamInfo streamInfo)