javax.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 Summary
 boolean isListenerForSource(Object source)
           
 void processEvent(SystemEvent event)
           
 

Method Detail

isListenerForSource

boolean isListenerForSource(Object source)

processEvent

void processEvent(SystemEvent event)


Copyright © 2014 The Apache Software Foundation. All rights reserved.