Package tigase.push.api
Interface IPlainNotification
- All Superinterfaces:
INotification
- All Known Implementing Classes:
PlainNotification
-
Nested Class Summary
Nested classes/interfaces inherited from interface tigase.push.api.INotification
INotification.Jingle, INotification.Meet, INotification.Priority, INotification.Processor<T>, INotification.Type -
Method Summary
Modifier and TypeMethodDescriptiontigase.xmpp.jid.JIDgetMeet()default voidifEventName(INotification.Processor<String> processor) default voidifGroupchatSenderNickname(INotification.Processor<String> processor) default voidifJingle(INotification.Processor<INotification.Jingle> processor) default voidifLastMessageBody(INotification.Processor<String> processor) default voidifLastMessageSender(INotification.Processor<tigase.xmpp.jid.JID> processor) default voidifMeet(INotification.Processor<INotification.Meet> processor) default voidifMessageCount(INotification.Processor<Long> processor) Methods inherited from interface tigase.push.api.INotification
getAccount, getPriority, getType
-
Method Details
-
getMessageCount
Long getMessageCount() -
getLastMessageSender
tigase.xmpp.jid.JID getLastMessageSender() -
getLastMessageBody
String getLastMessageBody() -
getEventName
String getEventName() -
getJingle
INotification.Jingle getJingle() -
getMeet
INotification.Meet getMeet() -
ifMessageCount
-
ifLastMessageSender
-
ifLastMessageBody
-
ifGroupchatSenderNickname
-
getGroupchatSenderNickname
String getGroupchatSenderNickname() -
ifEventName
-
ifJingle
-
ifMeet
-