C# 클래스 BigRedButtonOfDeath.Android.Activity1

상속: Android.App.Activity, IView
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp

공개 메소드들

메소드 설명
AlertAboutArtemisVersionConflict ( string message ) : void
ConnectionFailed ( ) : void
GameEnded ( ) : void
GameStarted ( ) : void
GetShipSelection ( ArtemisComm shipList ) : void
SimulationEnded ( ) : void
UnableToConnect ( ) : void

보호된 메소드들

메소드 설명
OnCreate ( Bundle bundle ) : void

비공개 메소드들

메소드 설명
HostSelect_Click ( object sender, EventArgs e ) : void
OnAbout ( object sender, EventArgs e ) : void
OnCancelSelfDestruct ( object sender, EventArgs e ) : void
OnSelfDestruct ( object sender, EventArgs e ) : void
Select_Click ( object sender, EventArgs e ) : void

메소드 상세

AlertAboutArtemisVersionConflict() 공개 메소드

public AlertAboutArtemisVersionConflict ( string message ) : void
message string
리턴 void

ConnectionFailed() 공개 메소드

public ConnectionFailed ( ) : void
리턴 void

GameEnded() 공개 메소드

public GameEnded ( ) : void
리턴 void

GameStarted() 공개 메소드

public GameStarted ( ) : void
리턴 void

GetShipSelection() 공개 메소드

public GetShipSelection ( ArtemisComm shipList ) : void
shipList ArtemisComm
리턴 void

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void

SimulationEnded() 공개 메소드

public SimulationEnded ( ) : void
리턴 void

UnableToConnect() 공개 메소드

public UnableToConnect ( ) : void
리턴 void