Interface IPlainNotification

All Superinterfaces:
INotification
All Known Implementing Classes:
PlainNotification

public interface IPlainNotification extends INotification
  • Method Details

    • getMessageCount

      Long getMessageCount()
    • getLastMessageSender

      tigase.xmpp.jid.JID getLastMessageSender()
    • getLastMessageBody

      String getLastMessageBody()
    • ifMessageCount

      default void ifMessageCount(INotification.Processor<Long> processor)
    • ifLastMessageSender

      default void ifLastMessageSender(INotification.Processor<tigase.xmpp.jid.JID> processor)
    • ifLastMessageBody

      default void ifLastMessageBody(INotification.Processor<String> processor)
    • ifGroupchatSenderNickname

      default void ifGroupchatSenderNickname(INotification.Processor<String> processor)
    • getGroupchatSenderNickname

      String getGroupchatSenderNickname()