Class LinkedModeUI.ExitFlags

  • Enclosing class:
    LinkedModeUI

    public static class LinkedModeUI.ExitFlags
    extends java.lang.Object
    Exit flags returned if a custom exit policy wants to exit linked mode.

    Clients may instantiate this class.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean doit
      The doit flag of the checked VerifyKeyEvent.
      int flags
      The flags to return in the leave method.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExitFlags​(int flags, boolean doit)
      Creates a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • flags

        public int flags
        The flags to return in the leave method.
      • doit

        public boolean doit
        The doit flag of the checked VerifyKeyEvent.
    • Constructor Detail

      • ExitFlags

        public ExitFlags​(int flags,
                         boolean doit)
        Creates a new instance.
        Parameters:
        flags - the exit flags
        doit - the doit flag for the verify event