模型监听器为布局中的每次更新调用 3 到 4 次,如何避免这种情况。
@Override
public void onAfterUpdate(Layout model) throws ModelListenerException {
System.out.println("The model lisnters called for layout update");
}
模型监听器为布局中的每次更新调用 3 到 4 次,如何避免这种情况。
@Override
public void onAfterUpdate(Layout model) throws ModelListenerException {
System.out.println("The model lisnters called for layout update");
}