public interface IPropertyBlockModifyListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPropertyBlockModifyListener.ModifyType |
| Modifier and Type | Method and Description |
|---|---|
void |
onModify(IPropertyBlockModifyListener.ModifyType type,
String key,
Object valueOld,
Object valueNew) |
void |
onModifySet(List<PropertyBlockModifyItem> modifySet) |
void onModify(IPropertyBlockModifyListener.ModifyType type, String key, Object valueOld, Object valueNew)
void onModifySet(List<PropertyBlockModifyItem> modifySet)
Copyright © 2020. All rights reserved.