MessageHandler

Undocumented in source.

Members

Functions

error
void error(WorkspaceD.Instance instance, string component, int id, string message, string details)
Undocumented in source. Be warned that the author may not have intended to support it.
handleCrash
void handleCrash(WorkspaceD.Instance instance, string component, ComponentWrapper componentInstance)
Undocumented in source. Be warned that the author may not have intended to support it.
warn
void warn(WorkspaceD.Instance instance, string component, int id, string message, string details)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IMessageHandler

warn
void warn(WorkspaceD.Instance instance, string component, int id, string message, string details)
Undocumented in source.
error
void error(WorkspaceD.Instance instance, string component, int id, string message, string details)
Undocumented in source.
handleCrash
void handleCrash(WorkspaceD.Instance instance, string component, ComponentWrapper componentInstance)
Undocumented in source.

Meta