Interface HandleChangeHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoAdd(Handle handle, Class<?> handleType)添加触发voiddoRemove(Handle handle, Class<?> handleType)删除触发
-
| Modifier and Type | Method | Description |
|---|---|---|
void |
doAdd(Handle handle,
Class<?> handleType) |
添加触发
|
void |
doRemove(Handle handle,
Class<?> handleType) |
删除触发
|