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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.CallEventProxy
callId, ownerId, ownerType, providerType
-
Fields inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
CLOSE, INIT, type
-
-
Constructor Summary
Constructors Constructor Description CallParticipantEvent()Instantiates a new call participant event (for serialization).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
toString
-
-
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classCometdWebConferencingService.CallEventProxy- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classCometdWebConferencingService.CallEventProxy- Throws:
IOException
-
-