Interface IActionListener

All Known Subinterfaces:
IActionListenerListener

public interface IActionListener
Interface for listeners to action listeners. When using ComponentAdapterBindingBase then action listener calls are delegated to action-listener-listeners.
  • Method Details

    • reactOnActionListenerInvoked

      void reactOnActionListenerInvoked(IComponentAdapterBinding component, javax.faces.event.ActionEvent event)