Class PlaySoundFileRequest

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.callouts.audio.PlaySoundFileRequest
All Implemented Interfaces:
Event, Handleable, HasPrimaryValue, Serializable

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

    • PlaySoundFileRequest

      public PlaySoundFileRequest(File file)
  • Method Details

    • getFile

      public File getFile()
    • 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