public class ShutdownHook
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Implement the Runnable interface; shuts down the ncurses environment
and restores the previous terminal settings.
|