public interface UpdateEvent extends WriteBase.Event
WriteBase.Event.BeforeCode| 限定符和类型 | 方法和说明 |
|---|---|
WriteBase.Event.BeforeCode |
beforeUpdate(Update<?> update,
Object object)
开始事件之前
|
void |
completeUpdate(Object keyValue)
操作成功
|
void |
errorUpdate(Throwable throwable)
出现异常
|
WriteBase.Event.BeforeCode beforeUpdate(Update<?> update, Object object)
object - 添加的对象update - update 操作对象void completeUpdate(Object keyValue)
keyValue - idvoid errorUpdate(Throwable throwable)
throwable - 异常Copyright © 2017–2018. All rights reserved.