it.eng.spagobi.engines.talend.runtime
Class TalendWorkListener
java.lang.Object
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
Constructor Summary |
TalendWorkListener(it.eng.spagobi.utilities.engines.AuditServiceProxy auditServiceProxy,
it.eng.spagobi.services.proxy.EventServiceProxy eventServiceProxy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TalendWorkListener
public TalendWorkListener(it.eng.spagobi.utilities.engines.AuditServiceProxy auditServiceProxy,
it.eng.spagobi.services.proxy.EventServiceProxy eventServiceProxy)
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