Package com.sun.faces.application.view
Interface ViewScopedCDIEventFireHelper
-
- All Known Implementing Classes:
ViewScopedCDIEventFireHelperImpl
public interface ViewScopedCDIEventFireHelper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireDestroyedEvent(UIViewRoot root)voidfireInitializedEvent(UIViewRoot root)
-
-
-
Method Detail
-
fireInitializedEvent
void fireInitializedEvent(UIViewRoot root)
-
fireDestroyedEvent
void fireDestroyedEvent(UIViewRoot root)
-
-