Uses of Interface
com.ibm.java.diagnostics.utils.plugins.ClassListener
-
Packages that use ClassListener Package Description com.ibm.java.diagnostics.utils.plugins com.ibm.java.diagnostics.utils.plugins.impl -
-
Uses of ClassListener in com.ibm.java.diagnostics.utils.plugins
Methods in com.ibm.java.diagnostics.utils.plugins that return types with arguments of type ClassListener Modifier and Type Method Description Set<ClassListener>
PluginListenerFactory. getListeners()
The set of listeners which should be notified.Set<ClassListener>
PluginManager. getListeners()
Methods in com.ibm.java.diagnostics.utils.plugins with parameters of type ClassListener Modifier and Type Method Description boolean
PluginManager. addListener(ClassListener listener)
Add a listener to the manager.boolean
PluginManager. removeListener(ClassListener listener)
-
Uses of ClassListener in com.ibm.java.diagnostics.utils.plugins.impl
Constructor parameters in com.ibm.java.diagnostics.utils.plugins.impl with type arguments of type ClassListener Constructor Description ClassScanner(URL url, Set<ClassListener> listeners)
-