it.eng.spagobi.engines.talend.runtime
Class TalendWorkListener

java.lang.Object
  extended by it.eng.spagobi.engines.talend.runtime.TalendWorkListener
All Implemented Interfaces:
commonj.work.WorkListener, java.util.EventListener

public class TalendWorkListener
extends java.lang.Object
implements commonj.work.WorkListener

Author:
Angelo Bernabei angelo.bernabei@eng.it

Field Summary
static java.lang.String TALEND_PRESENTAION_HANDLER_CLASS_NAME
           
static java.lang.String TALEND_ROLES_HANDLER_CLASS_NAME
           
 
Constructor Summary
TalendWorkListener(it.eng.spagobi.utilities.engines.AuditServiceProxy auditServiceProxy, it.eng.spagobi.services.proxy.EventServiceProxy eventServiceProxy)
           
 
Method Summary
 void workAccepted(commonj.work.WorkEvent event)
           
 void workCompleted(commonj.work.WorkEvent event)
           
 void workRejected(commonj.work.WorkEvent event)
           
 void workStarted(commonj.work.WorkEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TALEND_ROLES_HANDLER_CLASS_NAME

public static final java.lang.String TALEND_ROLES_HANDLER_CLASS_NAME
See Also:
Constant Field Values

TALEND_PRESENTAION_HANDLER_CLASS_NAME

public static final java.lang.String TALEND_PRESENTAION_HANDLER_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

TalendWorkListener

public TalendWorkListener(it.eng.spagobi.utilities.engines.AuditServiceProxy auditServiceProxy,
                          it.eng.spagobi.services.proxy.EventServiceProxy eventServiceProxy)
Method Detail

workAccepted

public void workAccepted(commonj.work.WorkEvent event)
Specified by:
workAccepted in interface commonj.work.WorkListener

workRejected

public void workRejected(commonj.work.WorkEvent event)
Specified by:
workRejected in interface commonj.work.WorkListener

workCompleted

public void workCompleted(commonj.work.WorkEvent event)
Specified by:
workCompleted in interface commonj.work.WorkListener

workStarted

public void workStarted(commonj.work.WorkEvent event)
Specified by:
workStarted in interface commonj.work.WorkListener