com.croftsoft.core.util.loop
Class EventQueueUpdateLoop

java.lang.Object
  extended by com.croftsoft.core.util.loop.EventQueueUpdateLoop
All Implemented Interfaces:
Loopable

public final class EventQueueUpdateLoop
extends Object
implements Loopable

A Loopable that updates Updatables via the EventQueue.

Since:
2006-01-03
Version:
$Id: EventQueueUpdateLoop.java,v 1.3 2008/09/20 05:01:27 croft Exp $
Author:
David Wallace Croft

Constructor Summary
EventQueueUpdateLoop(Updatable... updatables)
           
 
Method Summary
 boolean loop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueueUpdateLoop

public EventQueueUpdateLoop(Updatable... updatables)
Method Detail

loop

public boolean loop()
Specified by:
loop in interface Loopable
Returns:
False if looping should stop.

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)