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