Skip to content
Snippets Groups Projects
Commit 4b1e0421 authored by Clément Pit-Claudel's avatar Clément Pit-Claudel
Browse files

client: Improve documentation of StateMachineClientAppInstance

parent b056da93
No related branches found
No related tags found
1 merge request!27Add an IncrementalUI mixin
...@@ -34,11 +34,11 @@ abstract class WSClientApp extends ClientApp: ...@@ -34,11 +34,11 @@ abstract class WSClientApp extends ClientApp:
/** Instance of a client-side state machine application. /** Instance of a client-side state machine application.
* *
* @param userId * @param userId
* the user for which creating the client application * the user for which we're creating a client application
* @param sendMessage * @param sendMessage
* how to send a json message * how to send a json message
* @param target * @param target
* the element where to draw the application * the element in which to render the application
*/ */
abstract class StateMachineClientAppInstance[Event, View]( abstract class StateMachineClientAppInstance[Event, View](
userId: UserId, userId: UserId,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment