Class EventInfo
java.lang.Object
com.sun.faces.application.applicationimpl.events.EventInfo
public class EventInfo extends Object
Represent a logical association between a SystemEvent and a Source. This call will contain the Listeners specific to
this association as well as provide a method to construct new SystemEvents as required.
-
Constructor Summary
Constructors Constructor Description EventInfo(Class<? extends SystemEvent> systemEvent, Class<?> sourceClass)
-
Method Summary
Modifier and Type Method Description SystemEvent
createSystemEvent(Object source)
Set<SystemEventListener>
getListeners()