rk
2025-12-03 1fb6ce7f165e85cb9458d6e8d1b6bf7debc1e665
1
2
3
4
5
6
7
8
9
package com.doumee.lib_coremodel.binding.command;
 
/**
 * A zero-argument action.
 */
 
public interface BindingAction {
    void call();
}