There is a specific order in which events and listeners fire. Choose the correct sequence from
those listed below.
A.
1. Value change listeners
2. Validators
3. Action listeners
4. Action methods
B.
1. Action listeners
2. Action methods
3. Validators
4. Value change listeners
C.
1. Action methods
2. Action listeners
3. Value change listeners
4. Validators
D.
1. Validators
2. Value change listeners
3. Action listeners
4. Action methods
E.
1. Value change listeners
2. Action listeners
3. Validators
4. Action methods
Explanation:
http://www.scribd.com/doc/6031025/14Handling-Application-Events (page 14-12)
Answers: D
1. Validators
2. Value change listeners
3. Action listeners
4. Action methods
Explanation:
Reference: http://www.scribd.com/doc/6031025/14Handling-Application-Events (page 14-12)