Class UserTextPart

All Implemented Interfaces:
PropertyChangeSource, Rebindable

public class UserTextPart extends TextPart
A concrete TextPart implementation for text content provided by the user. It publishes itself to the parent message only after full initialization.
Author:
anahata
  • Constructor Details

    • UserTextPart

      UserTextPart(AbstractMessage message, String text)
      Constructs a new UserTextPart and adds it to the parent message.
      Parameters:
      message - The parent message.
      text - The text content.