public interface INotification
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INotification.Processor<T> |
| Modifier and Type | Method and Description |
|---|---|
tigase.xmpp.jid.BareJID |
getAccount() |
String |
getLastMessageBody() |
tigase.xmpp.jid.JID |
getLastMessageSender() |
Long |
getMessageCount() |
default void |
ifLastMessageBody(INotification.Processor<String> processor) |
default void |
ifLastMessageSender(INotification.Processor<tigase.xmpp.jid.JID> processor) |
default void |
ifMessageCount(INotification.Processor<Long> processor) |
Long getMessageCount()
tigase.xmpp.jid.JID getLastMessageSender()
String getLastMessageBody()
tigase.xmpp.jid.BareJID getAccount()
default void ifMessageCount(INotification.Processor<Long> processor)
default void ifLastMessageSender(INotification.Processor<tigase.xmpp.jid.JID> processor)
default void ifLastMessageBody(INotification.Processor<String> processor)
Copyright © 2017–2019 Tigase. All rights reserved.