<?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>Geek brain dump &#187; timer</title>
	<atom:link href="http://www.gammelsaeter.com/tag/timer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gammelsaeter.com</link>
	<description>a dump for stuff about technology and software development</description>
	<lastBuildDate>Sat, 26 Feb 2011 11:49:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple timer example in Java</title>
		<link>http://www.gammelsaeter.com/programming/simple-timer-example-in-java/</link>
		<comments>http://www.gammelsaeter.com/programming/simple-timer-example-in-java/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:57:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://www.gammelsaeter.com/blog/?p=15</guid>
		<description><![CDATA[<p>This Java code illustrates the use of two timers running at the same time using java.util.Timer and java.util.TimerTask.</p> <p>TimerExample.java starting two timers:</p> import java.util.Timer; /** * An example on multiple timers. * * @author http://www.gammelsaeter.com/ */ public class TimerExample &#123; public static void main&#40;String&#91;&#93; args&#41; &#123; Timer timer1 = new Timer&#40;&#41;; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.gammelsaeter.com/programming/simple-timer-example-in-java/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

