public interface OfficeTask
OfficeManager
.OfficeContext
Modifier and Type | Method and Description |
---|---|
void |
execute(OfficeContext context)
Executes the task in the specified context.
|
void execute(OfficeContext context) throws OfficeException
context
- The office context.OfficeException
- If an error occurs.