Class AutoExit

java.lang.Object
gg.xp.xivsupport.autoexit.AutoExit

public class AutoExit extends Object
Plugin to let triggevent automatically exit when ffxiv, ACT, or any other arbitrary process exits
  • Constructor Details

  • Method Details

    • addStateListener

      public void addStateListener(Runnable listener)
      Allows for GUI to be updated
      Parameters:
      listener - Listener to attach
    • init

      public void init(InitEvent event)
    • getAutoExitEnabled

      public BooleanSetting getAutoExitEnabled()
    • getProcessName

      public StringSetting getProcessName()
    • getExitDelay

      public IntSetting getExitDelay()
    • getDetectedProcess

      @Nullable public @Nullable ProcessHandle getDetectedProcess()
    • getState

      public AutoExit.State getState()