org.arm4.arm40.transaction
Interface ArmErrorCallbackListener
public interface ArmErrorCallbackListener
This listener allows a factory to be notified when an ARM object has detected
an error. The implementor of this listener is notified whenever an ARM object
has an error code set on it.
- Version:
- $Revision$ $Date$
- Author:
- dcarter
Method Summary |
void |
handleEvent(ArmInterface errorObject,
java.lang.StackTraceElement[] elements)
Event handler for when notification to a factory of an error occurs. |
handleEvent
void handleEvent(ArmInterface errorObject,
java.lang.StackTraceElement[] elements)
- Event handler for when notification to a factory of an error occurs.
- Parameters:
errorObject
- is the ARM Object where the error occured.elements
- is the Stack Trace on the current thread on which the ARM
Object discovered the error.- See Also:
ArmErrorCallback