Uses of Interface
tigase.push.api.INotification.Processor
Packages that use INotification.Processor
-
Uses of INotification.Processor in tigase.push.api
Methods in tigase.push.api with parameters of type INotification.ProcessorModifier and TypeMethodDescriptiondefault voidIPlainNotification.ifEventName(INotification.Processor<String> processor) default voidIPlainNotification.ifGroupchatSenderNickname(INotification.Processor<String> processor) default voidIPlainNotification.ifJingle(INotification.Processor<INotification.Jingle> processor) default voidIPlainNotification.ifLastMessageBody(INotification.Processor<String> processor) default voidIPlainNotification.ifLastMessageSender(INotification.Processor<tigase.xmpp.jid.JID> processor) default voidIPlainNotification.ifMeet(INotification.Processor<INotification.Meet> processor) default voidIPlainNotification.ifMessageCount(INotification.Processor<Long> processor)