org.sejda.core.service
Interface TaskExecutionService

All Known Implementing Classes:
DefaultTaskExecutionService

public interface TaskExecutionService

Service interface to perform the actual execution of a task.

Author:
Andrea Vacondio

Method Summary
 void execute(TaskParameters parameters)
          Perform the actual execution of a proper Task able to execute the input TaskParameters
 

Method Detail

execute

void execute(TaskParameters parameters)
Perform the actual execution of a proper Task able to execute the input TaskParameters

Parameters:
parameters - task parameters


Copyright © 2013 sejda. All Rights Reserved.