Class MAMItemHandler

  • All Implemented Interfaces:
    tigase.xmpp.mam.MAMRepository.ItemHandler

    @Bean(name="mamItemHandler",
          parent=MAMQueryModule.class,
          active=true)
    public class MAMItemHandler
    extends tigase.xmpp.mam.MAMItemHandler
    Created by andrzej on 25.12.2016.
    • Constructor Summary

      Constructors 
      Constructor Description
      MAMItemHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void itemFound​(tigase.xmpp.mam.Query query, tigase.xmpp.mam.MAMRepository.Item item)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MAMItemHandler

        public MAMItemHandler()
    • Method Detail

      • itemFound

        public void itemFound​(tigase.xmpp.mam.Query query,
                              tigase.xmpp.mam.MAMRepository.Item item)
        Specified by:
        itemFound in interface tigase.xmpp.mam.MAMRepository.ItemHandler
        Overrides:
        itemFound in class tigase.xmpp.mam.MAMItemHandler