Uses of Interface
com.googlecode.lanterna.gui2.TextGUIThread.ExceptionHandler
Packages that use TextGUIThread.ExceptionHandler
-
Uses of TextGUIThread.ExceptionHandler in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as TextGUIThread.ExceptionHandlerModifier and TypeFieldDescriptionprotected TextGUIThread.ExceptionHandler
AbstractTextGUIThread.exceptionHandler
Methods in com.googlecode.lanterna.gui2 with parameters of type TextGUIThread.ExceptionHandlerModifier and TypeMethodDescriptionvoid
AbstractTextGUIThread.setExceptionHandler
(TextGUIThread.ExceptionHandler exceptionHandler) void
TextGUIThread.setExceptionHandler
(TextGUIThread.ExceptionHandler exceptionHandler) Updates the exception handler used by this TextGUIThread.