Class FacesEventWrapper

All Implemented Interfaces:
FacesWrapper<FacesEvent>, Serializable

public abstract class FacesEventWrapper extends FacesEvent implements FacesWrapper<FacesEvent>
Provides a simple implementation of FacesEvent that can be sub-classed by developers wishing to provide specialized behavior to an existing FacesEvent instance without the need to implement/override all the methods which do not necessarily need to be implemented. The default implementation of all methods expect of EventObject.getSource() and FacesEvent.getComponent() is to call through to the wrapped FacesEvent.
Since:
1.1
Author:
Bauke Scholtz
See Also: