Package net.anotheria.anosite.access
Class AnoSiteAccessAPIImpl.AccessConfigurationChangeListener
- java.lang.Object
-
- net.anotheria.anosite.access.AnoSiteAccessAPIImpl.AccessConfigurationChangeListener
-
- All Implemented Interfaces:
net.anotheria.asg.util.listener.IServiceListener
- Enclosing class:
- AnoSiteAccessAPIImpl
public final class AnoSiteAccessAPIImpl.AccessConfigurationChangeListener extends Object implements net.anotheria.asg.util.listener.IServiceListener
Listener for updatingAccessServiceconfiguration if it's changed in CMS.- Author:
- Alexandr Bolbat
-
-
Constructor Summary
Constructors Constructor Description AccessConfigurationChangeListener()
-
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 doc)voiddocumentUpdated(net.anotheria.asg.data.DataObject oldVersion, net.anotheria.asg.data.DataObject newVersion)voidpersistenceChanged()
-
-
-
Method Detail
-
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
-
documentDeleted
public void documentDeleted(net.anotheria.asg.data.DataObject doc)
- Specified by:
documentDeletedin interfacenet.anotheria.asg.util.listener.IServiceListener
-
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 doc)
- Specified by:
documentImportedin interfacenet.anotheria.asg.util.listener.IServiceListener
-
persistenceChanged
public void persistenceChanged()
- Specified by:
persistenceChangedin interfacenet.anotheria.asg.util.listener.IServiceListener
-
-