Class ZoneChangeEvent

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.actlines.events.ZoneChangeEvent
All Implemented Interfaces:
Event, HasPrimaryValue, XivStateChange, Serializable

public class ZoneChangeEvent extends BaseEvent implements XivStateChange, HasPrimaryValue
Represents a zone change
See Also:
  • Constructor Details

    • ZoneChangeEvent

      public ZoneChangeEvent(XivZone zone)
  • Method Details

    • getZone

      public XivZone getZone()
    • 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).