C# Class Client.UI.CommandLine.CommandLineUI

Afficher le fichier Open project: vermie/MangosClient

Méthodes publiques

Méthode Description
CommandLineUI ( ) : System
Exit ( ) : void
Log ( string message, LogLevel level = LogLevel.Info ) : void
LogException ( string message ) : void
LogLine ( LogLevel level = LogLevel.Info ) : void
LogLine ( string message, LogLevel level = LogLevel.Info ) : void
PresentCharacterList ( Client.World.Character characterList ) : void
PresentChatMessage ( ChatMessage message ) : void
PresentRealmList ( WorldServerList worldServerList ) : void
Update ( ) : void

Private Methods

Méthode Description
HandleWhisper ( ) : void

Method Details

CommandLineUI() public méthode

public CommandLineUI ( ) : System
Résultat System

Exit() public méthode

public Exit ( ) : void
Résultat void

Log() public méthode

public Log ( string message, LogLevel level = LogLevel.Info ) : void
message string
level LogLevel
Résultat void

LogException() public méthode

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

LogLine() public méthode

public LogLine ( LogLevel level = LogLevel.Info ) : void
level LogLevel
Résultat void

LogLine() public méthode

public LogLine ( string message, LogLevel level = LogLevel.Info ) : void
message string
level LogLevel
Résultat void

PresentCharacterList() public méthode

public PresentCharacterList ( Client.World.Character characterList ) : void
characterList Client.World.Character
Résultat void

PresentChatMessage() public méthode

public PresentChatMessage ( ChatMessage message ) : void
message ChatMessage
Résultat void

PresentRealmList() public méthode

public PresentRealmList ( WorldServerList worldServerList ) : void
worldServerList WorldServerList
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void