javax.faces.event
Interface SystemEventListener

All Superinterfaces:
java.util.EventListener, FacesListener
All Known Subinterfaces:
ViewMapListener
All Known Implementing Classes:
ExceptionHandler, ExceptionHandlerWrapper

public interface SystemEventListener
extends FacesListener

Since:
2.0
Version:
$Revision: 696523 $ $Date: 2008-09-24 18:31:37 -0400 (mer., 17 sept. 2008) $
Author:
Simon Lessard (latest modification by $Author: slessard $)

Method Summary
 boolean isListenerForSource(java.lang.Object source)
           
 void processEvent(SystemEvent event)
           
 

Method Detail

isListenerForSource

boolean isListenerForSource(java.lang.Object source)

processEvent

void processEvent(SystemEvent event)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.