com.croftsoft.core.util.loop
Class UpdateLoop

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

public final class UpdateLoop
extends Object
implements Loopable

A Loopable that updates Updatables.

Since:
2006-01-03
Version:
$Id: UpdateLoop.java,v 1.1 2006/01/03 19:00:15 croft Exp $
Author:
David Wallace Croft

Constructor Summary
UpdateLoop(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

UpdateLoop

public UpdateLoop(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)