Class 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 updating AccessService configuration if it's changed in CMS.
    Author:
    Alexandr Bolbat
    • Constructor Detail

      • AccessConfigurationChangeListener

        public AccessConfigurationChangeListener()
    • Method Detail

      • documentUpdated

        public void documentUpdated​(net.anotheria.asg.data.DataObject oldVersion,
                                    net.anotheria.asg.data.DataObject newVersion)
        Specified by:
        documentUpdated in interface net.anotheria.asg.util.listener.IServiceListener
      • documentDeleted

        public void documentDeleted​(net.anotheria.asg.data.DataObject doc)
        Specified by:
        documentDeleted in interface net.anotheria.asg.util.listener.IServiceListener
      • documentCreated

        public void documentCreated​(net.anotheria.asg.data.DataObject doc)
        Specified by:
        documentCreated in interface net.anotheria.asg.util.listener.IServiceListener
      • documentImported

        public void documentImported​(net.anotheria.asg.data.DataObject doc)
        Specified by:
        documentImported in interface net.anotheria.asg.util.listener.IServiceListener
      • persistenceChanged

        public void persistenceChanged()
        Specified by:
        persistenceChanged in interface net.anotheria.asg.util.listener.IServiceListener