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.ExceptionHandler
AbstractTextGUIThread. exceptionHandler
Methods in com.googlecode.lanterna.gui2 with parameters of type TextGUIThread.ExceptionHandler Modifier and Type Method Description void
AbstractTextGUIThread. setExceptionHandler(TextGUIThread.ExceptionHandler exceptionHandler)
void
TextGUIThread. setExceptionHandler(TextGUIThread.ExceptionHandler exceptionHandler)
Updates the exception handler used by this TextGUIThread.
-