Class PrimaryPlayerOnlineStatusChangedEvent

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.state.PrimaryPlayerOnlineStatusChangedEvent
All Implemented Interfaces:
Event, HasPrimaryValue, Serializable

public class PrimaryPlayerOnlineStatusChangedEvent extends BaseEvent implements HasPrimaryValue
See Also:
  • Constructor Details

    • PrimaryPlayerOnlineStatusChangedEvent

      public PrimaryPlayerOnlineStatusChangedEvent(OnlineStatus oldStatus, OnlineStatus playerOnlineStatus)
  • Method Details

    • getOldStatus

      public OnlineStatus getOldStatus()
    • getPlayerOnlineStatus

      public OnlineStatus getPlayerOnlineStatus()
    • 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).