public class BindingCommand<T>
extends java.lang.Object
| 构造器和说明 |
|---|
BindingCommand(<any> execute) |
BindingCommand(<any> execute,
<any> canExecute0) |
BindingCommand(Action0 execute) |
BindingCommand(Action0 execute,
<any> canExecute0) |
public BindingCommand(Action0 execute)
public BindingCommand(<any> execute)
execute - 带泛型参数的命令绑定public BindingCommand(Action0 execute,
<any> canExecute0)
execute - 触发命令canExecute0 - true则执行,反之不执行public BindingCommand(<any> execute,
<any> canExecute0)
execute - 带泛型参数触发命令canExecute0 - true则执行,反之不执行public void execute()
public void execute(T parameter)
parameter - 泛型参数