Class Exit

java.lang.Object
org.jpos.ui.action.Exit
All Implemented Interfaces:
ActionListener, EventListener, UIAware

public class Exit extends Object implements ActionListener, UIAware
UI action that exits the application.
  • Field Details

    • ui

      public UI ui
      The UI instance this action is associated with.
    • exitCode

      public int exitCode
      The JVM exit code to use when the action is triggered.
  • Constructor Details

    • Exit

      public Exit()
      Default constructor.
  • Method Details