Package tigase.pubsub.modules.mam
Class MAMItemHandler
java.lang.Object
tigase.xmpp.mam.MAMItemHandler
tigase.pubsub.modules.mam.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 -
Method Summary
Modifier and TypeMethodDescriptionvoiditemFound(tigase.xmpp.mam.Query query, tigase.xmpp.mam.MAMRepository.Item item) Methods inherited from class tigase.xmpp.mam.MAMItemHandler
prepareResult
-
Constructor Details
-
MAMItemHandler
public MAMItemHandler()
-
-
Method Details
-
itemFound
public void itemFound(tigase.xmpp.mam.Query query, tigase.xmpp.mam.MAMRepository.Item item) - Specified by:
itemFoundin interfacetigase.xmpp.mam.MAMRepository.ItemHandler- Overrides:
itemFoundin classtigase.xmpp.mam.MAMItemHandler
-