C# Class Rover.Commands.KeepAliveCommand

Inheritance: ICommand
Show file Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
KeepAliveCommand ( ) : System
UnExecute ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

KeepAliveCommand() public method

public KeepAliveCommand ( ) : System
return System

UnExecute() public method

public UnExecute ( ) : void
return void