public interface ArmErrorCallbackListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(ArmInterface errorObject,
java.lang.StackTraceElement[] elements)
Event handler for when notification to a factory of an error occurs.
|
void handleEvent(ArmInterface errorObject, java.lang.StackTraceElement[] elements)
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.ArmErrorCallback