Class ONullOutputListener
java.lang.Object
com.orientechnologies.orient.core.index.ONullOutputListener
- All Implemented Interfaces:
OProgressListener
Progress listener with no output.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonCompletition(Object iTask, boolean iSucceed) booleanonProgress(Object iTask, long iCounter, float iPercent)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ONullOutputListener
public ONullOutputListener()
-
-
Method Details
-
onBegin
- Specified by:
onBeginin interfaceOProgressListener
-
onProgress
- Specified by:
onProgressin interfaceOProgressListener
-
onCompletition
- Specified by:
onCompletitionin interfaceOProgressListener
-