Class CometdWebConferencingService.CallParticipantEvent
java.lang.Object
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.CallEventProxy
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.CallParticipantEvent
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- CometdWebConferencingService
public static class CometdWebConferencingService.CallParticipantEvent
extends CometdWebConferencingService.CallEventProxy
implements Externalizable
The Class CallParticipantEvent (joined and leaved participant).
- 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
ConstructorsConstructorDescriptionInstantiates a new call participant event (for serialization). -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
toString
-
Constructor Details
-
CallParticipantEvent
public CallParticipantEvent()Instantiates a new call participant 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
-