public interface AutoJoinFailedCallback
| Modifier and Type | Method and Description |
|---|---|
void |
autoJoinFailed(MultiUserChat muc,
java.lang.Exception e)
Invoked if the automatic rejoin rooms on reconnect failed.
|
void autoJoinFailed(MultiUserChat muc, java.lang.Exception e)
muc - the MultiUserChat which failed first.e - the exception causing the failure.