public class OccupantLeftEvent extends MUCRoomTask<Void>
RemoteMUCRole
.Constructor and Description |
---|
OccupantLeftEvent() |
OccupantLeftEvent(LocalMUCRoom room,
MUCRole role) |
Modifier and Type | Method and Description |
---|---|
Void |
getResult() |
MUCRole |
getRole() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
execute, getRoom, isOriginator, setOriginator
public OccupantLeftEvent()
public OccupantLeftEvent(LocalMUCRoom room, MUCRole role)
public MUCRole getRole()
public Void getResult()
public void run()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class MUCRoomTask<Void>
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class MUCRoomTask<Void>
IOException
ClassNotFoundException
Copyright © 2003–2019 Ignite Realtime. All rights reserved.