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 voidCloud.CloudTask. addListener(Cloud.CloudTaskListener listener)voidMutableCloudTask. addListener(Cloud.CloudTaskListener listener)voidCloud.CloudTask. removeListener(Cloud.CloudTaskListener listener)voidMutableCloudTask. removeListener(Cloud.CloudTaskListener listener)voidMutableCloudTask. setDefaultListener(Cloud.CloudTaskListener defaultListener)A listener used only if no other listeners are present.
-