C# Class BigRedButtonOfDeath.Android.Activity1

Inheritance: Android.App.Activity, IView
Datei anzeigen Open project: russjudge/ArtemisSBS-ProtocolSharp

Public Methods

Method Description
AlertAboutArtemisVersionConflict ( string message ) : void
ConnectionFailed ( ) : void
GameEnded ( ) : void
GameStarted ( ) : void
GetShipSelection ( ArtemisComm shipList ) : void
SimulationEnded ( ) : void
UnableToConnect ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
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

Method Details

AlertAboutArtemisVersionConflict() public method

public AlertAboutArtemisVersionConflict ( string message ) : void
message string
return void

ConnectionFailed() public method

public ConnectionFailed ( ) : void
return void

GameEnded() public method

public GameEnded ( ) : void
return void

GameStarted() public method

public GameStarted ( ) : void
return void

GetShipSelection() public method

public GetShipSelection ( ArtemisComm shipList ) : void
shipList ArtemisComm
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

SimulationEnded() public method

public SimulationEnded ( ) : void
return void

UnableToConnect() public method

public UnableToConnect ( ) : void
return void