Class CometdWebConferencingService.EventProxy
java.lang.Object
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
- All Implemented Interfaces:
Externalizable,Serializable
- Direct Known Subclasses:
CometdWebConferencingService.CallEventProxy
- Enclosing class:
- CometdWebConferencingService
public static class CometdWebConferencingService.EventProxy
extends Object
implements Externalizable
The Class CallEventProxy.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Constant CLOSE - means it's closing event type (user call change, but user channel closed).static final StringThe Constant INIT - means it's initial event type (not actually call change, but user channel connected).protected StringThe event type. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new event proxy of initial type (for serialization). -
Method Summary
-
Field Details
-
INIT
The Constant INIT - means it's initial event type (not actually call change, but user channel connected).- See Also:
-
CLOSE
The Constant CLOSE - means it's closing event type (user call change, but user channel closed).- See Also:
-
type
The event type.
-
-
Constructor Details
-
EventProxy
public EventProxy()Instantiates a new event proxy of initial type (for serialization).
-
-
Method Details
-
toString
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-