Class TtsRequest

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.speech.TtsRequest
All Implemented Interfaces:
Event, Handleable, HasPrimaryValue, Serializable

public class TtsRequest extends BaseEvent implements HasPrimaryValue, Handleable
See Also:
  • Constructor Details

    • TtsRequest

      public TtsRequest(String ttsString)
  • Method Details

    • getTtsString

      public String getTtsString()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPrimaryValue

      public String getPrimaryValue()
      Specified by:
      getPrimaryValue in interface HasPrimaryValue
      Returns:
      A text description of this object. Should be user-friendly and not over-the-top technical (fine-grained details belong in other fields, or in the Object.toString() method).
    • isHandled

      public boolean isHandled()
      Specified by:
      isHandled in interface Handleable
    • setHandled

      public void setHandled()
      Specified by:
      setHandled in interface Handleable