Package ubic.gemma.core.job.progress
Interface ProgressUpdateAppender.ProgressUpdateCallback
-
- Enclosing class:
- ProgressUpdateAppender
public static interface ProgressUpdateAppender.ProgressUpdateCallback
Callback used to emit progress updates.- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onProgressUpdate(String message)
-
-
-
Method Detail
-
onProgressUpdate
void onProgressUpdate(String message)
-
-