public static interface GradlePluginLord.GeneralPluginObserver
| Modifier and Type | Method and Description |
|---|---|
void |
projectsAndTasksReloaded(boolean wasSuccessful)
Notification that the projects and tasks have been reloaded.
|
void |
startingProjectsAndTasksReload()
Notification that we're about to reload the projects and tasks.
|
void startingProjectsAndTasksReload()
void projectsAndTasksReloaded(boolean wasSuccessful)
wasSuccessful - true if they were successfully reloaded. False if an error occurred so we no longer can show the projects and tasks (probably an error in a .gradle file).Copyright © 2013. All rights reserved