Event Dispatcher thread
-->
Event Dispatcher thread
This is the thread that gets runs in background while executing a Swing program .
This thread is responsible for capturing the event and delegating the control to appropriate Action class
For example :
If you click on a button , Jbutton in Swing,Event Dispatcher thread will be called. This will read the event and related mapping to execute mapped Action method.
This is the thread that gets runs in background while executing a Swing program .
This thread is responsible for capturing the event and delegating the control to appropriate Action class
For example :
If you click on a button , Jbutton in Swing,Event Dispatcher thread will be called. This will read the event and related mapping to execute mapped Action method.
No comments:
Post a Comment