doum
2025-11-13 3dc3484091d5e426ef5acc70ea3bade9ac88ffdf
1
2
3
4
5
package com.doumee.lib_coremodel.binding.command;
 
public interface BindingPAction {
    void call(Object... objects);
}