Interface SystemEventListenerHolder

    • Method Detail

      • getListenersForEventClass

        List<SystemEventListener> getListenersForEventClass​(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