Class RuleModuleSwappingScopeListener

java.lang.Object
de.hybris.platform.ruleenginebackoffice.actions.RuleModuleSwappingScopeListener
All Implemented Interfaces:
Serializable, org.zkoss.zk.ui.ext.ScopeListener

public class RuleModuleSwappingScopeListener extends Object implements org.zkoss.zk.ui.ext.ScopeListener, Serializable
The session scope listener, reacting on session attribute SWAPPING changes
See Also:
  • Field Details

  • Constructor Details

    • RuleModuleSwappingScopeListener

      public RuleModuleSwappingScopeListener(org.zkoss.zk.ui.Session session, String swappingId)
  • Method Details

    • setSwappingId

      public void setSwappingId(String swappingId)
    • attributeAdded

      public void attributeAdded(org.zkoss.zk.ui.ext.Scope scope, String s, Object o)
      Specified by:
      attributeAdded in interface org.zkoss.zk.ui.ext.ScopeListener
    • attributeReplaced

      public void attributeReplaced(org.zkoss.zk.ui.ext.Scope scope, String s, Object o)
      Specified by:
      attributeReplaced in interface org.zkoss.zk.ui.ext.ScopeListener
    • attributeRemoved

      public void attributeRemoved(org.zkoss.zk.ui.ext.Scope scope, String s)
      Specified by:
      attributeRemoved in interface org.zkoss.zk.ui.ext.ScopeListener
    • parentChanged

      public void parentChanged(org.zkoss.zk.ui.ext.Scope scope, org.zkoss.zk.ui.ext.Scope scope1)
      Specified by:
      parentChanged in interface org.zkoss.zk.ui.ext.ScopeListener
    • idSpaceChanged

      public void idSpaceChanged(org.zkoss.zk.ui.ext.Scope scope, org.zkoss.zk.ui.IdSpace idSpace)
      Specified by:
      idSpaceChanged in interface org.zkoss.zk.ui.ext.ScopeListener