Method | Description | |
---|---|---|
LogError ( |
Request that the client logs an error
|
|
LogInfo ( string message ) : void |
Request that the client logs an info message
|
|
OnBrowserClosing ( ) : void |
Let the client know we're closing
|
|
SendKeyPress ( int keyPressed ) : void |
Send the key press to all active callback listeners
|
|
SendWndProc ( |
Send the wndproc to all active callback listeners, return true if any listener returned true
|
|
Subscribe ( ) : bool |
New client is subscribing to the callback service
|
|
Unsubscribe ( ) : bool |
Client is unsubscribing from the callback service
|
Method | Description | |
---|---|---|
GetActiveCallbacks ( ) : List |
Maintain the list of active subscribers
|
public static LogError ( |
||
exceptionToLog | ||
return | void |
public static LogInfo ( string message ) : void | ||
message | string | |
return | void |
public static SendKeyPress ( int keyPressed ) : void | ||
keyPressed | int | |
return | void |
public static SendWndProc ( |
||
msg | ||
return | bool |