
public class ONullOutputListener extends Object implements OProgressListener
| Modifier and Type | Field and Description |
|---|---|
static ONullOutputListener |
INSTANCE |
| Constructor and Description |
|---|
ONullOutputListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBegin(Object iTask,
long iTotal,
Object metadata) |
void |
onCompletition(Object iTask,
boolean iSucceed) |
boolean |
onProgress(Object iTask,
long iCounter,
float iPercent) |
public static final ONullOutputListener INSTANCE
public void onBegin(Object iTask, long iTotal, Object metadata)
onBegin in interface OProgressListenerpublic boolean onProgress(Object iTask, long iCounter, float iPercent)
onProgress in interface OProgressListenerpublic void onCompletition(Object iTask, boolean iSucceed)
onCompletition in interface OProgressListenerCopyright © 2009–2025 OrientDB. All rights reserved.