Uses of Interface
edu.umd.cs.findbugs.updates.PluginUpdateListener
-
Packages that use PluginUpdateListener Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.gui2 -
-
Uses of PluginUpdateListener in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type PluginUpdateListener Modifier and Type Method Description voidDetectorFactoryCollection. addPluginUpdateListener(PluginUpdateListener listener) -
Uses of PluginUpdateListener in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return PluginUpdateListener Modifier and Type Method Description PluginUpdateListenerPluginUpdateDialog. createListener()
-