public class ChangeNickname extends MUCRoomTask
RemoteMUCRole
will need to update their local
information with the new nickname.Constructor and Description |
---|
ChangeNickname() |
ChangeNickname(LocalMUCRoom room,
String oldNick,
String newNick,
org.xmpp.packet.Presence presence) |
Modifier and Type | Method and Description |
---|---|
String |
getNewNick() |
String |
getOldNick() |
org.xmpp.packet.Presence |
getPresence() |
Object |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
execute, getRoom, isOriginator, setOriginator
public ChangeNickname()
public ChangeNickname(LocalMUCRoom room, String oldNick, String newNick, org.xmpp.packet.Presence presence)
public String getOldNick()
public String getNewNick()
public org.xmpp.packet.Presence getPresence()
public Object getResult()
public void run()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class MUCRoomTask
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class MUCRoomTask
IOException
ClassNotFoundException
Copyright © 2003-2008 Jive Software.