flux.audittrail.client
Interface FlowChartRemovedEvent

All Superinterfaces:
AbstractAuditTrailEvent

public interface FlowChartRemovedEvent
extends AbstractAuditTrailEvent

Logged to the audit trail when a flow chart is removed from the engine.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 FlowChart getFlowChart()
          Returns the flow chart that was removed from the engine.
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 

Method Detail

getFlowChart

FlowChart getFlowChart()
Returns the flow chart that was removed from the engine.

Returns:
The flow chart that was removed from the engine.


© 2014 Flux Corporation. All rights reserved.