C# Class FSO.Client.UI.Panels.EODs.UIEOD

Inheritance: FSO.Client.UI.Framework.UIContainer
Mostra file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
BinaryHandlers EODDirectBinaryEventHandler>.Dictionary
Controller UIEODController
PlaintextHandlers EODDirectPlaintextEventHandler>.Dictionary

Public Methods

Method Description
OnClose ( ) : void
Send ( string evt, byte data ) : void
Send ( string evt, string data ) : void
SetTime ( int time ) : void
SetTip ( string txt ) : void
UIEOD ( UIEODController controller ) : System

Method Details

OnClose() public method

public OnClose ( ) : void
return void

Send() public method

public Send ( string evt, byte data ) : void
evt string
data byte
return void

Send() public method

public Send ( string evt, string data ) : void
evt string
data string
return void

SetTime() public method

public SetTime ( int time ) : void
time int
return void

SetTip() public method

public SetTip ( string txt ) : void
txt string
return void

UIEOD() public method

public UIEOD ( UIEODController controller ) : System
controller UIEODController
return System

Property Details

BinaryHandlers public_oe property

public Dictionary BinaryHandlers
return EODDirectBinaryEventHandler>.Dictionary

Controller public_oe property

public UIEODController,FSO.Client.UI.Panels.EODs Controller
return UIEODController

PlaintextHandlers public_oe property

public Dictionary PlaintextHandlers
return EODDirectPlaintextEventHandler>.Dictionary