public interface OperationFeedback
| Modifier and Type | Method and Description |
|---|---|
void |
operationDone(java.lang.String withMessage) |
void |
operationFailed(java.lang.String withMessage) |
void |
operationNotice(java.lang.String noticeMessage) |
void |
operationStarted(java.lang.String withMessage) |
default void |
operationSucceed() |
void operationStarted(java.lang.String withMessage)
void operationDone(java.lang.String withMessage)
void operationNotice(java.lang.String noticeMessage)
void operationFailed(java.lang.String withMessage)
default void operationSucceed()