C# Class BigRedButtonOfDeath.Android.Activity1

Inheritance: Android.App.Activity, IView
Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Private Methods

Méthode 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 méthode

public AlertAboutArtemisVersionConflict ( string message ) : void
message string
Résultat void

ConnectionFailed() public méthode

public ConnectionFailed ( ) : void
Résultat void

GameEnded() public méthode

public GameEnded ( ) : void
Résultat void

GameStarted() public méthode

public GameStarted ( ) : void
Résultat void

GetShipSelection() public méthode

public GetShipSelection ( ArtemisComm shipList ) : void
shipList ArtemisComm
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

SimulationEnded() public méthode

public SimulationEnded ( ) : void
Résultat void

UnableToConnect() public méthode

public UnableToConnect ( ) : void
Résultat void