Class CometdWebConferencingService.CallStateEvent
java.lang.Object
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.CallEventProxy
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.CallStateEvent
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
CometdWebConferencingService
public static class CometdWebConferencingService.CallStateEvent
extends CometdWebConferencingService.CallEventProxy
implements Externalizable
The Class CallStateEvent (started, stopped calls).
- See Also:
-
Field Summary
Fields inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.CallEventProxy
callId, ownerId, ownerType, providerTypeFields inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
CLOSE, INIT, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
toString
-
Constructor Details
-
CallStateEvent
public CallStateEvent()Instantiates a new call state event (for serialization).
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classCometdWebConferencingService.CallEventProxy- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classCometdWebConferencingService.CallEventProxy- Throws:
IOException
-