<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Interview Questions &#187; Event Delegation Model</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/category/awt-question/event-delegation-model-awt-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestjavainterviewquestions.com</link>
	<description>Java Interview Questions &#124; Core Java Interview Questions &#124; Advanced Java Interview Questions &#124; EJB Interview Questions &#124; J2EE Interview Questions &#124; Hibernate Interview Questions</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What is Event Delegation Model</title>
		<link>http://www.bestjavainterviewquestions.com/what-is-event-delegation-model/</link>
		<comments>http://www.bestjavainterviewquestions.com/what-is-event-delegation-model/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 18:54:51 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[Event Delegation Model]]></category>
		<category><![CDATA[event delegation model]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=463</guid>
		<description><![CDATA[Event Delegation Model Wen the user generates an event, the component delegates(handovers) that event to a listner. Listener is an interface that contains same methods, so Listener will delegate the event to one of the methods, finally the method is executed and the event is handled, this is called event delegation model. Event delegation model [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Event Delegation Model</strong></span></p>
<p>Wen the user generates an event, the component delegates(handovers) that event to a listner.</p>
<p>Listener is an interface that contains same methods, so Listener will delegate the event to one of the methods, finally the method is executed and the event is handled, this is called <strong><em>event delegation model.</em></strong></p>
<p>Event delegation model is used to provide action for awt Components</p>
<p>In event delegation model we should flow the steps.</p>
<p><strong> &#8211; - &#8211; &gt;</strong> Add a (suitable ) Listener to the component</p>
<p><strong> &#8211; - &#8211; &gt; </strong>Implement all the methods of the Listener</p>
<p><strong> &#8211; - &#8211; &gt; </strong>When the user interacts with the components listener call&#8217;s the methods and the method will handle the event.</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li>November 6, 2008 -- <a href="http://www.bestjavainterviewquestions.com/collection-framework/" title="Collection FrameWork">Collection FrameWork</a> (0)</li><li>October 16, 2008 -- <a href="http://www.bestjavainterviewquestions.com/479/" title="What is Thread Safe Servlet">What is Thread Safe Servlet</a> (0)</li><li>August 24, 2008 -- <a href="http://www.bestjavainterviewquestions.com/difference-between-string-and-stringbuffer/" title="Difference between String and StringBuffer">Difference between String and StringBuffer</a> (0)</li><li>September 20, 2008 -- <a href="http://www.bestjavainterviewquestions.com/difference-between-sessionsave-sessionsaveorupdate-and-sessionpersist-2/" title="Difference between session.save() , session.saveOrUpdate() and session.persist()">Difference between session.save() , session.saveOrUpdate() and session.persist()</a> (0)</li><li>October 3, 2008 -- <a href="http://www.bestjavainterviewquestions.com/explain-jsp-declaration/" title="Explain JSP Declaration">Explain JSP Declaration</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/what-is-event-delegation-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

