flux.audittrail
Interface AbstractExitingMethodEvent

All Known Subinterfaces:
ExitingActionEvent, ExitingCallEvent, ExitingTriggerEvent

public interface AbstractExitingMethodEvent

Abstract interface that represents an event that is logged to the audit trail when a method invocation finishes normally.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.Object getResult()
          Returns the return value from the method invocation.
 

Method Detail

getResult

java.lang.Object getResult()
Returns the return value from the method invocation.

Returns:
The return value from the method invocation.


© 2014 Flux Corporation. All rights reserved.