doum
2025-10-29 786cd982fbae60cc5d9911182321c6665e72f307
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();
}