Class SocketState.Connected
-
- All Implemented Interfaces:
public final class SocketState.Connected extends SocketState
We are connected, the most common state
-
-
Field Summary
Fields Modifier and Type Field Description private final VideoEventevent
-
Constructor Summary
Constructors Constructor Description SocketState.Connected(VideoEvent event)
-
Method Summary
Modifier and Type Method Description final VideoEventgetEvent()-
-
Constructor Detail
-
SocketState.Connected
SocketState.Connected(VideoEvent event)
-
-
Method Detail
-
getEvent
final VideoEvent getEvent()
-
-
-
-