<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Senarai Waktu &#187; code</title>
	<atom:link href="http://ewesewes.web.id/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://ewesewes.web.id</link>
	<description>Yang sempat ketulis</description>
	<lastBuildDate>Fri, 20 Jan 2012 20:54:37 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ewesewes.web.id' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Senarai Waktu &#187; code</title>
		<link>http://ewesewes.web.id</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ewesewes.web.id/osd.xml" title="Senarai Waktu" />
	<atom:link rel='hub' href='http://ewesewes.web.id/?pushpress=hub'/>
		<item>
		<title>Busy, busy, busy &#8230; now with icon</title>
		<link>http://ewesewes.web.id/2007/02/04/busy-busy-busy-now-with-icon/</link>
		<comments>http://ewesewes.web.id/2007/02/04/busy-busy-busy-now-with-icon/#comments</comments>
		<pubDate>Sun, 04 Feb 2007 06:26:00 +0000</pubDate>
		<dc:creator>rodin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://rodin.wordpress.com/2007/02/04/busy-busy-busy-now-with-icon/</guid>
		<description><![CDATA[I have noticed the latest eclipse 3.3.M4 has a new API to implement &#8216;busy&#8217; notice on the heading tab. It&#8217;s quite trivial then, since for background processing we usually start with a Job, schedule(), and then add a job change state listener. Previous code is Job job = new Job("My Job") { //run implementation here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewesewes.web.id&amp;blog=1742558&amp;post=146&amp;subd=rodin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have noticed the latest eclipse 3.3.M4 has a new API to implement<br />
&#8216;busy&#8217; notice on the heading tab. It&#8217;s quite trivial then, since for<br />
background processing we usually start with a Job, schedule(), and then add<br />
a job change state listener.</p>
<p>Previous code is</p>
<p><code><br />
Job job = new Job("My Job") {<br />
//run implementation here<br />
};<br />
job.schedule()<br />
</code><br />
changed to</p>
<p><code><br />
Job job = new Job("My Job") {<br />
//run implementation here<br />
};</code></p>
<p><code>IWorkbenchSiteProgressService service = (IWorkbenchSiteProgressService) getSite()<br />
.getAdapter(IWorkbenchSiteProgressService.class);<br />
service.schedule(job);</code></p>
<p>Then every time you get job running, a busy icon will appear on the view heading tab.</p>
<p><i>Taken from somewhere in the news.eclipse.org</i></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rodin.wordpress.com/146/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rodin.wordpress.com/146/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rodin.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rodin.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rodin.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rodin.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rodin.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rodin.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rodin.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rodin.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rodin.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rodin.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rodin.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rodin.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rodin.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rodin.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewesewes.web.id&amp;blog=1742558&amp;post=146&amp;subd=rodin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewesewes.web.id/2007/02/04/busy-busy-busy-now-with-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d89740a75baea13567e521057d42feef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rodin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
