C# Class ctac.LoginMediator

Inheritance: strange.extensions.mediation.impl.Mediator
Mostrar archivo Open project: dshook/centauri-tac

Private Properties

Property Type Description
onLoggedIn void
onLoginClicked void
onNeedLogin void

Public Methods

Method Description
OnRegister ( ) : void
onFailAuth ( ) : void
onRemove ( ) : void

Private Methods

Method Description
onLoggedIn ( LoginStatusModel status, SocketKey key ) : void
onLoginClicked ( ) : void
onNeedLogin ( ) : void

Method Details

OnRegister() public method

public OnRegister ( ) : void
return void

onFailAuth() public method

public onFailAuth ( ) : void
return void

onRemove() public method

public onRemove ( ) : void
return void