wt.workflow.engine
Class WfEventHelper.SaveEventAudit

java.lang.Object
  extended bywt.workflow.engine.WfEventHelper.SaveEventAudit
All Implemented Interfaces:
Runnable
Enclosing class:
WfEventHelper

static class WfEventHelper.SaveEventAudit
extends Object
implements Runnable

Runnable class that implements the saving of event audits.


Field Summary
private  WfEventAudit eventAudit
           
 
Constructor Summary
WfEventHelper.SaveEventAudit(WfEventAudit event_audit)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventAudit

private WfEventAudit eventAudit
Constructor Detail

WfEventHelper.SaveEventAudit

public WfEventHelper.SaveEventAudit(WfEventAudit event_audit)
Method Detail

run

public void run()
Specified by:
run in interface Runnable