Class AutoMarkSlotRequest

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.triggers.marks.AutoMarkSlotRequest
All Implemented Interfaces:
Event, Handleable, HasPrimaryValue, Serializable

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

    • AutoMarkSlotRequest

      public AutoMarkSlotRequest(int slotToMark)
  • Method Details

    • getSlotToMark

      public int getSlotToMark()
    • 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).
    • toString

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

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

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