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.BugReportHandler
BugReportQueue. bugReportHandler
static BugReportQueue.BugReportHandler
BugReportQueue. FALLBACK_BUGREPORT_HANDLER
The 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 void
BugReportQueue. setBugReportHandler(BugReportQueue.BugReportHandler bugReportHandler)
Sets theBugReportQueue.BugReportHandler
for this queue.
-