C# 클래스 TVServerKodi.Commands.CommandHandler

파일 보기 프로젝트 열기: margro/TVServerXBMC

공개 메소드들

메소드 설명
CommandHandler ( ConnectionHandler connection ) : System
getCommandToHandle ( ) : String
getConnection ( ) : ConnectionHandler
handleCommand ( String command, String arguments, TvControl &me ) : void

메소드 상세

CommandHandler() 공개 메소드

public CommandHandler ( ConnectionHandler connection ) : System
connection ConnectionHandler
리턴 System

getCommandToHandle() 공개 추상적인 메소드

public abstract getCommandToHandle ( ) : String
리턴 String

getConnection() 공개 메소드

public getConnection ( ) : ConnectionHandler
리턴 ConnectionHandler

handleCommand() 공개 추상적인 메소드

public abstract handleCommand ( String command, String arguments, TvControl &me ) : void
command String
arguments String
me TvControl
리턴 void