C# Class Treefrog.Presentation.Commands.CommandHistory

Exibir arquivo Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
CommandHistory ( ) : System
Execute ( Command command ) : void
Redo ( ) : void
Undo ( ) : void

Protected Methods

Method Description
OnHistoryChanged ( CommandHistoryEventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CommandHistory() public method

public CommandHistory ( ) : System
return System

Execute() public method

public Execute ( Command command ) : void
command Command
return void

OnHistoryChanged() protected method

protected OnHistoryChanged ( CommandHistoryEventArgs e ) : void
e CommandHistoryEventArgs
return void

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void