com.croftsoft.core.util.loop
Class EventQueueUpdateLoop
java.lang.Object
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
Method Summary |
boolean |
loop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventQueueUpdateLoop
public EventQueueUpdateLoop(Updatable... updatables)
loop
public boolean loop()
- Specified by:
loop
in interface Loopable
- Returns:
- False if looping should stop.
CroftSoft Core Javadoc (2008-09-28 20:58:02)