Interface HasPrimaryValue

All Known Subinterfaces:
CalloutEvent, HasStatusLoopVfx
All Known Implementing Classes:
ActionSyncEvent, ACTLogLineEvent, ActorControlEvent, ActorControlExtraEvent, ActorControlSelfExtraEvent, ActWsJsonMsg, ActWsVersionEvent, AstGaugeEvent, AutoMarkKeyHandler.KeyPressRequest, AutoMarkSlotRequest, BaseCalloutEvent, BasicCalloutEvent, ChatLineEvent, DebugCommand, DebugEvent, DrkGaugeEvent, DynamicCalloutEvent, EchoEvent, FflogsRawEvent, FflogsUnsupportedEvent, GameLanguageInfoEvent, GameVersionEvent, GnbGaugeEvent, HeadMarkerEvent, InCombatChangeEvent, MapChangeEvent, MapEffectEvent, MarkerPlacedEvent, MarkerRemovedEvent, MchGaugeEvent, MechAssignmentEvent, NpcYellEvent, P6STileEvent, PantoAssignments, ParentedCalloutEvent, PlayerMarkerPlacedEvent, PlayerMarkerRemovedEvent, PlaySoundFileRequest, PldGaugeEvent, PnGameCommand, PnOutgoingMessage, PnStatusUpdatedEvent, PrimaryPlayerOnlineStatusChangedEvent, ProcessedCalloutEvent, ProgramLoopAssignments, PsMarkerAssignments, RawJobGaugeEvent, RawModifiedCallout, RefreshCombatantsRequest, RefreshSpecificCombatantsRequest, RprGaugeEvent, RsvEvent, SchGaugeEvent, SgeGaugeEvent, SigmaAssignments, SpecificAutoMarkRequest, SpecificAutoMarkSlotRequest, StatusLoopVfxApplied, StatusLoopVfxRemoved, SystemLogMessageEvent, TargetabilityUpdate, TelestoConnectionError, TelestoGameCommand, TelestoHttpError, TelestoStatusUpdatedEvent, TelestoSubscriptionMessage, TetherEvent, TtsRequest, WarGaugeEvent, WhmGaugeEvent, ZoneChangeEvent

public interface HasPrimaryValue
Interface used to provide a simple text descriptor of something in a table.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getPrimaryValue

      String getPrimaryValue()
      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).