C# Class EKG_Project.Architecture.ProcessSync

TODO
Show file Open project: Nefarin/DadmProject Class Usage Examples

Public Methods

Method Description
GetGUIMessage ( IProcessingState &state, int timeout ) : bool
ProcessSync ( ) : System.Collections.Generic
SendGUIMessage ( IProcessingState state ) : void
SendProcessingEvent ( IGUIMessage message ) : void

Method Details

GetGUIMessage() public method

public GetGUIMessage ( IProcessingState &state, int timeout ) : bool
state IProcessingState
timeout int
return bool

ProcessSync() public method

public ProcessSync ( ) : System.Collections.Generic
return System.Collections.Generic

SendGUIMessage() public method

public SendGUIMessage ( IProcessingState state ) : void
state IProcessingState
return void

SendProcessingEvent() public method

public SendProcessingEvent ( IGUIMessage message ) : void
message IGUIMessage
return void