C# Class HandlerCache, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
AddHandler ( Action, action ) : void
AddHandler ( Action, action ) : void
HandleCommand ( ICommand, command ) : void

Method Details

AddHandler() public method

public AddHandler ( Action, action ) : void
action Action,
return void

AddHandler() public method

public AddHandler ( Action, action ) : void
action Action,
return void

HandleCommand() public method

public HandleCommand ( ICommand, command ) : void
command ICommand,
return void