public class FlowCDIEventFireHelperImpl extends java.lang.Object implements java.io.Serializable, FlowCDIEventFireHelper
Modifier and Type | Field and Description |
---|---|
(package private) javax.enterprise.event.Event<javax.faces.flow.Flow> |
flowDestroyedEvent |
(package private) javax.enterprise.event.Event<javax.faces.flow.Flow> |
flowInitializedEvent |
private static long |
serialVersionUID |
Constructor and Description |
---|
FlowCDIEventFireHelperImpl() |
Modifier and Type | Method and Description |
---|---|
void |
fireDestroyedEvent(javax.faces.flow.Flow currentFlow) |
void |
fireInitializedEvent(javax.faces.flow.Flow currentFlow) |
private static final long serialVersionUID
@Inject @Initialized(value=javax.faces.flow.FlowScoped.class) javax.enterprise.event.Event<javax.faces.flow.Flow> flowInitializedEvent
@Inject @Destroyed(value=javax.faces.flow.FlowScoped.class) javax.enterprise.event.Event<javax.faces.flow.Flow> flowDestroyedEvent
public void fireInitializedEvent(javax.faces.flow.Flow currentFlow)
fireInitializedEvent
in interface FlowCDIEventFireHelper
public void fireDestroyedEvent(javax.faces.flow.Flow currentFlow)
fireDestroyedEvent
in interface FlowCDIEventFireHelper
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.