Uses of Interface
org.openstreetmap.josm.tools.bugreport.BugReportQueue.BugReportHandler
-
Packages that use BugReportQueue.BugReportHandler Package Description org.openstreetmap.josm.tools.bugreport Provides core classes for the bug report system, allowing to save technical information used later in tickets on issue tracker. -
-
Uses of BugReportQueue.BugReportHandler in org.openstreetmap.josm.tools.bugreport
Fields in org.openstreetmap.josm.tools.bugreport declared as BugReportQueue.BugReportHandler Modifier and Type Field Description private BugReportQueue.BugReportHandlerBugReportQueue. bugReportHandlerstatic BugReportQueue.BugReportHandlerBugReportQueue. FALLBACK_BUGREPORT_HANDLERThe fallback bug report handler if none is set.Methods in org.openstreetmap.josm.tools.bugreport with parameters of type BugReportQueue.BugReportHandler Modifier and Type Method Description voidBugReportQueue. setBugReportHandler(BugReportQueue.BugReportHandler bugReportHandler)Sets theBugReportQueue.BugReportHandlerfor this queue.
-