- Enclosing class:
LinkedModeUI
public static class LinkedModeUI.ExitFlags
extends Object
Exit flags returned if a custom exit policy wants to exit linked mode.
Clients may instantiate this class.
-
Field Summary 
Fields
boolean
The doit flag of the checked VerifyKeyEvent
.
int
The flags to return in the leave
method.
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
flags 
public int flags
The flags to return in the leave
method.
-
doit 
public boolean doit
The doit flag of the checked VerifyKeyEvent
.
-
Constructor Details 
-
ExitFlags 
public ExitFlags(int flags,
boolean doit)
Creates a new instance.
- Parameters:
flags
- the exit flags
doit
- the doit flag for the verify event