Class TransitionListener
- java.lang.Object
-
- com.hybris.cockpitng.widgets.configurableflow.listener.TransitionListener
-
- All Implemented Interfaces:
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
public class TransitionListener extends java.lang.Object implements org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>Transition listener on wizard.
-
-
Constructor Summary
Constructors Constructor Description TransitionListener(StepType currentStep, java.lang.String action, ConfigurableFlowController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.zkoss.zk.ui.event.Event event)
-
-
-
Constructor Detail
-
TransitionListener
public TransitionListener(StepType currentStep, java.lang.String action, ConfigurableFlowController controller)
-
-