public class EventFinished extends Docx4jEvent
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
StartEvent |
getStartEvent() |
getJob, getPkgIdentifier, getProcessStep, publish, publishAsynch, setEventNotifier, setProcessStep, setPublishAsynchpublic EventFinished(StartEvent started)
public EventFinished(JobIdentifier job)
job - eventType - public EventFinished(JobIdentifier job, PackageIdentifier pkgIdentifier)
job - eventType - public EventFinished(PackageIdentifier pkgIdentifier)
job - eventType - public EventFinished(PackageIdentifier pkgIdentifier, ProcessStep processStep)
job - eventType - public EventFinished(JobIdentifier job, PackageIdentifier pkgIdentifier, ProcessStep processStep)
job - eventType - public StartEvent getStartEvent()
Copyright © 2007–2023. All rights reserved.