Package org.apache.myfaces.cdi.view
Class ViewScopeEventListener
- java.lang.Object
- 
- org.apache.myfaces.cdi.view.ViewScopeEventListener
 
- 
- All Implemented Interfaces:
- FacesListener,- SystemEventListener,- ViewMapListener,- EventListener
 
 public class ViewScopeEventListener extends Object implements ViewMapListener 
- 
- 
Constructor SummaryConstructors Constructor Description ViewScopeEventListener()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisListenerForSource(Object source)voidprocessEvent(SystemEvent event)
 
- 
- 
- 
Method Detail- 
isListenerForSourcepublic boolean isListenerForSource(Object source) - Specified by:
- isListenerForSourcein interface- SystemEventListener
 
 - 
processEventpublic void processEvent(SystemEvent event) throws AbortProcessingException - Specified by:
- processEventin interface- SystemEventListener
- Throws:
- AbortProcessingException
 
 
- 
 
-