org.qedeq.kernel.bo.service.basis
Interface ModuleServiceExecutor


public interface ModuleServiceExecutor

Represents a service execution.

Author:
Michael Meyling

Method Summary
 void executeService(InternalModuleServiceCall call)
          Execute service.
 

Method Detail

executeService

void executeService(InternalModuleServiceCall call)
                    throws InterruptException
Execute service.

Parameters:
call - Parameters for service call and current execution status.
Throws:
InterruptException - User canceled call.


Copyright © 2014. All Rights Reserved.