Package org.elasticsearch.bootstrap
Interface ConsoleCtrlHandler
-
public interface ConsoleCtrlHandler
-
-
Field Summary
Fields Modifier and Type Field Description static intCTRL_CLOSE_EVENT
-
Method Summary
Modifier and Type Method Description booleanhandle(int code)Handles the Ctrl event.
-
-
-
Field Detail
-
CTRL_CLOSE_EVENT
static final int CTRL_CLOSE_EVENT
- See Also:
- Constant Field Values
-
-