Class SystemEventInfo

java.lang.Object
com.sun.faces.application.applicationimpl.events.SystemEventInfo

public class SystemEventInfo extends Object
Simple wrapper class for application level SystemEvents. It provides the structure to map a single SystemEvent to multiple sources which are represented by SourceInfo instances.
  • Constructor Details

    • SystemEventInfo

      public SystemEventInfo(Class<? extends SystemEvent> systemEvent)
  • Method Details