public abstract class AbstractUpdateListener<T> extends Object implements UpdateListener
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUpdateListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doUpdate(T entity)
更新操作的前置操作。
|
void |
onUpdate(Object entity)
更新操作的前置操作。
|
public abstract void doUpdate(T entity)
entity - 实体类public void onUpdate(Object entity)
UpdateListeneronUpdate in interface UpdateListenerentity - 实体类Copyright © 2024. All rights reserved.