public class RoomAvailableEvent extends Object implements ClusterTask<Void>
Constructor and Description |
---|
RoomAvailableEvent() |
RoomAvailableEvent(LocalMUCRoom room) |
Modifier and Type | Method and Description |
---|---|
Void |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
public RoomAvailableEvent()
public RoomAvailableEvent(LocalMUCRoom room)
public Void getResult()
getResult
in interface ClusterTask<Void>
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2003–2019 Ignite Realtime. All rights reserved.