Interface OProgressListener
- All Known Implementing Classes:
OConsoleDatabaseApp,OIndexRebuildOutputListener,ONullOutputListener
public interface OProgressListener
Listener interface called on task execution.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonCompletition(Object iTask, boolean iSucceed) booleanonProgress(Object iTask, long iCounter, float iPercent)
-
Method Details
-
onBegin
-
onProgress
-
onCompletition
-