C# 클래스 CommandApp.Commands.StopCommand

상속: CommandBase
파일 보기 프로젝트 열기: arielbh/CodeCommander

공개 메소드들

메소드 설명
CanExecute ( ) : bool
Execute ( ) : void
InterpretResponse ( ProcessorInput response ) : bool

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( ) : bool
리턴 bool

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

InterpretResponse() 공개 메소드

public InterpretResponse ( ProcessorInput response ) : bool
response CodeValue.CodeCommander.ProcessorInput
리턴 bool