-
public final class ClientEvent.ControlUpdated extends ClientEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsessionIdprivate final SessionControlcontrol
-
Constructor Summary
Constructors Constructor Description ClientEvent.ControlUpdated(String sessionId, SessionControl control)
-
Method Summary
Modifier and Type Method Description StringgetSessionId()final SessionControlgetControl()-
-
Constructor Detail
-
ClientEvent.ControlUpdated
ClientEvent.ControlUpdated(String sessionId, SessionControl control)
-
-
Method Detail
-
getSessionId
String getSessionId()
-
getControl
final SessionControl getControl()
-
-
-
-