C# Class WhiteCore.Modules.Chat.InstantMessageModule

Inheritance: INonSharedRegionModule
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialise ( IConfigSource config ) : void
OnInstantMessage ( IClientAPI client, WhiteCore.Framework.ClientInterfaces.GridInstantMessage im ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Private Methods

Méthode Description
EventManager_OnClosingClient ( IClientAPI client ) : void
EventManager_OnNewClient ( IClientAPI client ) : void
OnGridInstantMessage ( WhiteCore.Framework.ClientInterfaces.GridInstantMessage msg ) : void

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( IConfigSource config ) : void
config IConfigSource
Résultat void

OnInstantMessage() public méthode

public OnInstantMessage ( IClientAPI client, WhiteCore.Framework.ClientInterfaces.GridInstantMessage im ) : void
client IClientAPI
im WhiteCore.Framework.ClientInterfaces.GridInstantMessage
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void