IGUIProvider ​
Interface for GUI providers.
Kind: Interface
Namespace: CrowdControl.Common
Public Member Functions
abstract virtual
Task
ShowDialog(DialogRequest request)
Shows a dialog with the specified request.
abstract virtual
void
ShowErrorBox(string title, string content)
Shows an error box with the specified title and content.
abstract virtual
void
EmitEvent(string sender, string eventName, object value = null)
Emits an event with the specified name and value.
virtual
void
EmitEvent(EventSources sender, string eventName, object value = null)
Emits an event with the specified name and value.
