de.danet.an.workflow.omgcore
Interface WfAuditHandler

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
Activity, WfActivity, WfRequester
All Known Implementing Classes:
DefaultRequester

public interface WfAuditHandler
extends java.util.EventListener

The listener interface for receiving an event from a process.


Method Summary
 void receiveEvent(WfAuditEvent e)
          Called by the workflow engine if an event occurs.
 

Method Detail

receiveEvent

public void receiveEvent(WfAuditEvent e)
                  throws InvalidPerformerException,
                         java.rmi.RemoteException
Called by the workflow engine if an event occurs.

Parameters:
e - the event.
Throws:
InvalidPerformerException - thrown by the derived WfRequester if it receives an event from a process that is not among its performers.
java.rmi.RemoteException - if a system-level error occurs.