Package com.sun.faces.flow
Class FlowCDIEventFireHelperImpl
java.lang.Object
com.sun.faces.flow.FlowCDIEventFireHelperImpl
- All Implemented Interfaces:
FlowCDIEventFireHelper
,Serializable
public class FlowCDIEventFireHelperImpl extends Object implements Serializable, FlowCDIEventFireHelper
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FlowCDIEventFireHelperImpl()
-
Method Summary
Modifier and Type Method Description void
fireDestroyedEvent(Flow currentFlow)
void
fireInitializedEvent(Flow currentFlow)
-
Constructor Details
-
FlowCDIEventFireHelperImpl
public FlowCDIEventFireHelperImpl()
-
-
Method Details
-
fireInitializedEvent
- Specified by:
fireInitializedEvent
in interfaceFlowCDIEventFireHelper
-
fireDestroyedEvent
- Specified by:
fireDestroyedEvent
in interfaceFlowCDIEventFireHelper
-