-
- Enclosing class:
- FetchCommand
public static interface FetchCommand.CallbackCallback for status of fetch operation.- Since:
- 4.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfetchingSubmodule(String name)Notify fetching a submodule.
-
-
-
Method Detail
-
fetchingSubmodule
void fetchingSubmodule(String name)
Notify fetching a submodule.- Parameters:
name- the submodule name.
-
-