com.croftsoft.core.lang.lifecycle
Class UpdateRunner

java.lang.Object
  extended by com.croftsoft.core.lang.lifecycle.UpdateRunner
All Implemented Interfaces:
Runnable

public final class UpdateRunner
extends Object
implements Runnable

A Runnable that updates Updatables.

Since:
2006-01-03
Version:
$Id: UpdateRunner.java,v 1.1 2006/01/03 19:05:21 croft Exp $
Author:
David Wallace Croft

Constructor Summary
UpdateRunner(Updatable[] updatables)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateRunner

public UpdateRunner(Updatable[] updatables)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

CroftSoft Javadoc

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