Package jakarta.faces.event
Interface SystemEventListener
- 
- All Superinterfaces:
- EventListener,- FacesListener
 - All Known Subinterfaces:
- ViewMapListener
 - All Known Implementing Classes:
- ExceptionHandler,- ExceptionHandlerWrapper
 
 public interface SystemEventListener extends FacesListener - Since:
- 2.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisListenerForSource(Object source)voidprocessEvent(SystemEvent event)
 
- 
- 
- 
Method Detail- 
isListenerForSourceboolean isListenerForSource(Object source) 
 - 
processEventvoid processEvent(SystemEvent event) throws AbortProcessingException - Throws:
- AbortProcessingException
 
 
- 
 
-