Class RuleModuleSwappingScopeListener
- java.lang.Object
-
- de.hybris.platform.ruleenginebackoffice.actions.RuleModuleSwappingScopeListener
-
- All Implemented Interfaces:
org.zkoss.zk.ui.ext.ScopeListener
public class RuleModuleSwappingScopeListener extends java.lang.Object implements org.zkoss.zk.ui.ext.ScopeListenerThe session scope listener, reacting on session attribute SWAPPING changes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleModuleSwappingScopeListener.ModuleSwappingData
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMODULE_SWAPPING_SCOPE_LISTENER_ATTRstatic java.lang.StringSWAPPING_ATTR
-
Constructor Summary
Constructors Constructor Description RuleModuleSwappingScopeListener(org.zkoss.zk.ui.Session session, java.lang.String swappingId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattributeAdded(org.zkoss.zk.ui.ext.Scope scope, java.lang.String s, java.lang.Object o)voidattributeRemoved(org.zkoss.zk.ui.ext.Scope scope, java.lang.String s)voidattributeReplaced(org.zkoss.zk.ui.ext.Scope scope, java.lang.String s, java.lang.Object o)voididSpaceChanged(org.zkoss.zk.ui.ext.Scope scope, org.zkoss.zk.ui.IdSpace idSpace)voidparentChanged(org.zkoss.zk.ui.ext.Scope scope, org.zkoss.zk.ui.ext.Scope scope1)voidsetSwappingId(java.lang.String swappingId)
-
-
-
Field Detail
-
SWAPPING_ATTR
public static final java.lang.String SWAPPING_ATTR
- See Also:
- Constant Field Values
-
MODULE_SWAPPING_SCOPE_LISTENER_ATTR
public static final java.lang.String MODULE_SWAPPING_SCOPE_LISTENER_ATTR
- See Also:
- Constant Field Values
-
-
Method Detail
-
setSwappingId
public void setSwappingId(java.lang.String swappingId)
-
attributeAdded
public void attributeAdded(org.zkoss.zk.ui.ext.Scope scope, java.lang.String s, java.lang.Object o)- Specified by:
attributeAddedin interfaceorg.zkoss.zk.ui.ext.ScopeListener
-
attributeReplaced
public void attributeReplaced(org.zkoss.zk.ui.ext.Scope scope, java.lang.String s, java.lang.Object o)- Specified by:
attributeReplacedin interfaceorg.zkoss.zk.ui.ext.ScopeListener
-
attributeRemoved
public void attributeRemoved(org.zkoss.zk.ui.ext.Scope scope, java.lang.String s)- Specified by:
attributeRemovedin interfaceorg.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:
parentChangedin interfaceorg.zkoss.zk.ui.ext.ScopeListener
-
idSpaceChanged
public void idSpaceChanged(org.zkoss.zk.ui.ext.Scope scope, org.zkoss.zk.ui.IdSpace idSpace)- Specified by:
idSpaceChangedin interfaceorg.zkoss.zk.ui.ext.ScopeListener
-
-