Package org.docx4j.events
Class EventFinished
java.lang.Object
org.docx4j.events.Docx4jEvent
org.docx4j.events.EventFinished
public class EventFinished extends Docx4jEvent
-
Constructor Summary
Constructors Constructor Description EventFinished(JobIdentifier job)Use this to signal the end of a Job.EventFinished(JobIdentifier job, PackageIdentifier pkgIdentifier)Use this to signal the end of work on a specific pkg in a job.EventFinished(JobIdentifier job, PackageIdentifier pkgIdentifier, ProcessStep processStep)Use this to signal the end of a process step, on some pkg in some overall job.EventFinished(PackageIdentifier pkgIdentifier)Use this to signal the end of work on a specific pkg, where you didn't define an overall job.EventFinished(PackageIdentifier pkgIdentifier, ProcessStep processStep)Use this to signal the end of a process step, where you didn't define an overall job.EventFinished(StartEvent started) -
Method Summary
Modifier and Type Method Description StartEventgetStartEvent()Methods inherited from class org.docx4j.events.Docx4jEvent
getJob, getPkgIdentifier, getProcessStep, publish, publishAsynch, setEventNotifier, setProcessStep, setPublishAsynch
-
Constructor Details
-
EventFinished
-
EventFinished
Use this to signal the end of a Job.- Parameters:
job-eventType-
-
EventFinished
Use this to signal the end of work on a specific pkg in a job.- Parameters:
job-eventType-
-
EventFinished
Use this to signal the end of work on a specific pkg, where you didn't define an overall job.- Parameters:
job-eventType-
-
EventFinished
Use this to signal the end of a process step, where you didn't define an overall job.- Parameters:
job-eventType-
-
EventFinished
Use this to signal the end of a process step, on some pkg in some overall job.- Parameters:
job-eventType-
-
-
Method Details