5 changed files with 6 additions and 8 deletions
@ -1,10 +1,8 @@ |
|||||||
package com.fr.design.designer.beans.actions.behavior; |
package com.fr.design.designer.beans.actions.behavior; |
||||||
|
|
||||||
import com.fr.design.designer.beans.actions.FormWidgetEditAction; |
|
||||||
|
|
||||||
/** |
/** |
||||||
* Created by plough on 2018/1/19. |
* Created by plough on 2018/1/19. |
||||||
*/ |
*/ |
||||||
public interface UpdateBehavior { |
public interface UpdateBehavior<T> { |
||||||
public void doUpdate(FormWidgetEditAction action); |
public void doUpdate(T t); |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue