Class BaseEui
Inheritance
System.Object
BaseEui
Namespace: Content.Client.Eui
Assembly: Content.Client.dll
Syntax
public abstract class BaseEui : object
Constructors
| Improve this Doc View SourceBaseEui()
Declaration
protected BaseEui()
Properties
| Improve this Doc View SourceId
Declaration
public uint Id { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Manager
Declaration
public EuiManager Manager { get; }
Property Value
Type | Description |
---|---|
EuiManager |
Methods
| Improve this Doc View SourceClosed()
Called when the EUI is closed by the server.
Declaration
public virtual void Closed()
HandleMessage(EuiMessageBase)
Called when a message comes in from the server.
Declaration
public virtual void HandleMessage(EuiMessageBase msg)
Parameters
Type | Name | Description |
---|---|---|
EuiMessageBase | msg |
HandleState(EuiStateBase)
Called when a new state comes in from the server.
Declaration
public virtual void HandleState(EuiStateBase state)
Parameters
Type | Name | Description |
---|---|---|
EuiStateBase | state |
Opened()
Called when the EUI is opened by the server.
Declaration
public virtual void Opened()
SendMessage(EuiMessageBase)
Send a message to the server-side implementation.
Declaration
protected void SendMessage(EuiMessageBase msg)
Parameters
Type | Name | Description |
---|---|---|
EuiMessageBase | msg |