Science, asked by sauravkumar4005, 1 year ago

What are the different types of JSF (Java Server Faces) events?

Answers

Answered by RockyAk47
0
JSF Event and Listener model is based on the JavaBeans specification. An event is defined as a signal triggered based upon the user actions such as click of button, hyperlink, changing the input value etc. JSF tells the component to invoke the appropriate listener class that process the event generated by the user.

Lets now look in detail about the event classes and listener interfaces.

Table of Contents

1 JSF Event Classes

2 JSF Listener Classes

3 JSF Events

4 JSF Action Events

5 JSF Value Change Event

6 Stay Connected

7 JSF Phase Event

Similar questions