public static class CometdWebConferencingService.EventProxy extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOSE
The Constant CLOSE - means it's closing event type (user call change, but user channel closed).
|
static String |
INIT
The Constant INIT - means it's initial event type (not actually call change, but user channel connected).
|
protected String |
type
The event type.
|
| Constructor and Description |
|---|
EventProxy()
Instantiates a new event proxy of initial type (for serialization).
|
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final String INIT
public static final String CLOSE
protected String type
public EventProxy()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOExceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.