Interface LoadingBox.View
-
- All Known Implementing Classes:
LoadingBoxView
- Enclosing class:
- LoadingBox
public static interface LoadingBox.View
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidshow(String message)
-
-
-
Method Detail
-
show
void show(String message)
-
close
void close()
-
-