Show / Hide Table of Contents

Interface IComputerWindow<TState>

Namespace: Content.Client.Computer
Assembly: Content.Client.dll
Syntax
public interface IComputerWindow<TState>
Type Parameters
Name Description
TState

Methods

| Improve this Doc View Source

ReceiveMessage(BoundUserInterfaceMessage)

Declaration
virtual void ReceiveMessage(BoundUserInterfaceMessage message)
Parameters
Type Name Description
BoundUserInterfaceMessage message
| Improve this Doc View Source

SetupComputerWindow(ComputerBoundUserInterfaceBase)

Declaration
virtual void SetupComputerWindow(ComputerBoundUserInterfaceBase cb)
Parameters
Type Name Description
ComputerBoundUserInterfaceBase cb
| Improve this Doc View Source

UpdateState(TState)

Declaration
virtual void UpdateState(TState state)
Parameters
Type Name Description
TState state
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾