Uses of Interface
edu.umd.cs.findbugs.cloud.Cloud.CloudTaskListener
Packages that use Cloud.CloudTaskListener
-
Uses of Cloud.CloudTaskListener in edu.umd.cs.findbugs.cloud
Methods in edu.umd.cs.findbugs.cloud with parameters of type Cloud.CloudTaskListenerModifier and TypeMethodDescriptionvoid
Cloud.CloudTask.addListener
(Cloud.CloudTaskListener listener) void
MutableCloudTask.addListener
(Cloud.CloudTaskListener listener) void
Cloud.CloudTask.removeListener
(Cloud.CloudTaskListener listener) void
MutableCloudTask.removeListener
(Cloud.CloudTaskListener listener) void
MutableCloudTask.setDefaultListener
(Cloud.CloudTaskListener defaultListener) A listener used only if no other listeners are present.