Uses of Interface
edu.umd.cs.findbugs.cloud.Cloud.CloudTaskListener
-
Packages that use Cloud.CloudTaskListener Package Description edu.umd.cs.findbugs.cloud -
-
Uses of Cloud.CloudTaskListener in edu.umd.cs.findbugs.cloud
Methods in edu.umd.cs.findbugs.cloud with parameters of type Cloud.CloudTaskListener Modifier and Type Method Description void
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.
-