Interface SystemEventListenerHolder

    • Method Detail

      • getListenersForEventClass

        java.util.List<SystemEventListener> getListenersForEventClass​(java.lang.Class<? extends SystemEvent> facesEventClass)

        Return a List of SystemEventListener instances that have been installed into the class implementing this interface.

        Parameters:
        facesEventClass - the class for which listeners are to be returned
        Returns:
        the listeners for the argument class