Class ContentChangeListener
- java.lang.Object
-
- net.anotheria.anosite.api.session.ContentChangeListener
-
- All Implemented Interfaces:
net.anotheria.asg.util.listener.IServiceListener
public class ContentChangeListener extends Object implements net.anotheria.asg.util.listener.IServiceListener
This is an implementation of the service listener which propagates the changes from service as events for contentchange listening apis.- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description ContentChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddocumentCreated(net.anotheria.asg.data.DataObject doc)voiddocumentDeleted(net.anotheria.asg.data.DataObject doc)voiddocumentImported(net.anotheria.asg.data.DataObject dataObject)voiddocumentUpdated(net.anotheria.asg.data.DataObject oldVersion, net.anotheria.asg.data.DataObject newVersion)voidpersistenceChanged()
-
-
-
Method Detail
-
documentCreated
public void documentCreated(net.anotheria.asg.data.DataObject doc)
- Specified by:
documentCreatedin interfacenet.anotheria.asg.util.listener.IServiceListener
-
documentImported
public void documentImported(net.anotheria.asg.data.DataObject dataObject)
- Specified by:
documentImportedin interfacenet.anotheria.asg.util.listener.IServiceListener
-
documentDeleted
public void documentDeleted(net.anotheria.asg.data.DataObject doc)
- Specified by:
documentDeletedin interfacenet.anotheria.asg.util.listener.IServiceListener
-
documentUpdated
public void documentUpdated(net.anotheria.asg.data.DataObject oldVersion, net.anotheria.asg.data.DataObject newVersion)- Specified by:
documentUpdatedin interfacenet.anotheria.asg.util.listener.IServiceListener
-
persistenceChanged
public void persistenceChanged()
- Specified by:
persistenceChangedin interfacenet.anotheria.asg.util.listener.IServiceListener
-
-