public interface ActionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete()
Called when action terminates execution normally.
|
void |
onFailure(Exception e)
Called when action execution terminates abnormally
|
void |
onRollback()
Called when action was rolled back
|
void onComplete()
void onFailure(Exception e)
e - the exception cause failurevoid onRollback()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.