org.jivesoftware.openfire.muc.cluster
Class OccupantLeftEvent
java.lang.Object
org.jivesoftware.openfire.muc.cluster.MUCRoomTask
org.jivesoftware.openfire.muc.cluster.OccupantLeftEvent
- All Implemented Interfaces:
- Externalizable, Serializable, Runnable, ClusterTask
public class OccupantLeftEvent
- extends MUCRoomTask
Task that removes a room occupant from the list of occupants in the room. The
occupant to remove is actualy a RemoteMUCRole
.
- Author:
- Gaston Dombiak
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OccupantLeftEvent
public OccupantLeftEvent()
OccupantLeftEvent
public OccupantLeftEvent(LocalMUCRoom room,
MUCRole role)
getRole
public MUCRole getRole()
getResult
public Object getResult()
run
public void run()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class MUCRoomTask
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class MUCRoomTask
- Throws:
IOException
ClassNotFoundException
Copyright © 2003-2007 Jive Software.