public interface ChangeListener
ChangeRequest| Modifier and Type | Method and Description |
|---|---|
void |
changeExecuted(ChangeRequest change)
React to a change request has been successfully executed.
|
void |
changeFailed(ChangeRequest change,
java.lang.Exception exception)
React to a change request has resulted in an exception.
|
void changeExecuted(ChangeRequest change)
change - The change that has been executed, or null if
the change was not done via a ChangeRequest.void changeFailed(ChangeRequest change, java.lang.Exception exception)
change - The change that was attempted or null if
the change was not done via a ChangeRequest.exception - The exception that resulted.