<?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, 30 Jul 2010 06:00:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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><a href="http://www.bestjavainterviewquestions.com/define-servletinputstream/" title="Define ServletInputStream"><img src="Array" alt="Define ServletInputStream" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/basic-java-interview-question/" title="Basic Java Interview Question"><img src="Array" alt="Basic Java Interview Question" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/applets-tutorial-with-some-important-methods/" title="How to use Applets"><img src="Array" alt="How to use Applets" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/what-is-abstract-classexplan/" title="What is Abstract Class?Explan"><img src="Array" alt="What is Abstract Class?Explan" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/cookie-examples/" title="Cookie Examples"><img src="Array" alt="Cookie Examples" /></a></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>
