Class CSVFlushEventListenerResult
- java.lang.Object
-
- org.bonitasoft.engine.tracking.FlushEventListenerResult
-
- org.bonitasoft.engine.tracking.csv.CSVFlushEventListenerResult
-
public class CSVFlushEventListenerResult extends FlushEventListenerResult
-
-
Constructor Summary
Constructors Constructor Description CSVFlushEventListenerResult(FlushEvent flushEvent, java.io.File outputFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetOutputFile()-
Methods inherited from class org.bonitasoft.engine.tracking.FlushEventListenerResult
getFlushEvent
-
-
-
-
Constructor Detail
-
CSVFlushEventListenerResult
public CSVFlushEventListenerResult(FlushEvent flushEvent, java.io.File outputFile)
-
-