javax.faces.event
Class SystemEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ComponentSystemEvent, ExceptionQueuedEvent, PostConstructApplicationEvent, PostConstructCustomScopeEvent, PreDestroyApplicationEvent, PreDestroyCustomScopeEvent
public abstract class SystemEvent
- extends EventObject
- 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 $)
- See Also:
- Serialized Form
SystemEvent
public SystemEvent(Object source)
isAppropriateListener
public boolean isAppropriateListener(FacesListener listener)
processListener
public void processListener(FacesListener listener)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.