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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRuleModuleSwappingScopeListener(org.zkoss.zk.ui.Session session, String swappingId) -
Method Summary
Modifier and TypeMethodDescriptionvoidattributeAdded(org.zkoss.zk.ui.ext.Scope scope, String s, Object o) voidattributeRemoved(org.zkoss.zk.ui.ext.Scope scope, String s) voidattributeReplaced(org.zkoss.zk.ui.ext.Scope scope, String s, 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(String swappingId)
-
Field Details
-
SWAPPING_ATTR
- See Also:
-
MODULE_SWAPPING_SCOPE_LISTENER_ATTR
- See Also:
-
-
Constructor Details
-
RuleModuleSwappingScopeListener
-
-
Method Details
-
setSwappingId
-
attributeAdded
- Specified by:
attributeAddedin interfaceorg.zkoss.zk.ui.ext.ScopeListener
-
attributeReplaced
- Specified by:
attributeReplacedin interfaceorg.zkoss.zk.ui.ext.ScopeListener
-
attributeRemoved
- 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
-