Package edu.umd.cs.findbugs.cloud
Interface Cloud.CloudStatusListener
-
- Enclosing interface:
- Cloud
public static interface Cloud.CloudStatusListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleIssueDataDownloadedEvent()
void
handleStateChange(Cloud.SigninState oldState, Cloud.SigninState state)
-
-
-
Method Detail
-
handleIssueDataDownloadedEvent
void handleIssueDataDownloadedEvent()
-
handleStateChange
void handleStateChange(Cloud.SigninState oldState, Cloud.SigninState state)
-
-