public static interface MucModule.OccupantChangedNickHandler extends EventHandler
Modifier and Type | Interface and Description |
---|---|
static class |
MucModule.OccupantChangedNickHandler.OccupantChangedNickEvent |
Modifier and Type | Method and Description |
---|---|
void |
onOccupantChangedNick(SessionObject sessionObject,
Room room,
Occupant occupant,
String oldNickname,
String newNickname) |
void onOccupantChangedNick(SessionObject sessionObject, Room room, Occupant occupant, String oldNickname, String newNickname)
Copyright © 2006–2022 Tigase. All rights reserved.