Uses of Interface
com.googlecode.lanterna.gui2.TextGUIThread.ExceptionHandler
-
Packages that use TextGUIThread.ExceptionHandler Package Description com.googlecode.lanterna.gui2 -
-
Uses of TextGUIThread.ExceptionHandler in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as TextGUIThread.ExceptionHandler Modifier and Type Field Description protected TextGUIThread.ExceptionHandlerAbstractTextGUIThread. exceptionHandlerMethods in com.googlecode.lanterna.gui2 with parameters of type TextGUIThread.ExceptionHandler Modifier and Type Method Description voidAbstractTextGUIThread. setExceptionHandler(TextGUIThread.ExceptionHandler exceptionHandler)voidTextGUIThread. setExceptionHandler(TextGUIThread.ExceptionHandler exceptionHandler)Updates the exception handler used by this TextGUIThread.
-