edu.washington.biostr.sig.brainj3d.util
Class CleanupTask

java.lang.Object
  extended by java.util.TimerTask
      extended by edu.washington.biostr.sig.brainj3d.util.CleanupTask
All Implemented Interfaces:
Runnable

public class CleanupTask
extends TimerTask

Title: BrainJ3D

Copyright: Copyright (c) 2005

Company University of Washington Human Brain Project

@since .1

Version:
.1
Author:
Eider Moore not attributable

Constructor Summary
CleanupTask(TimedCollection c, int max)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanupTask

public CleanupTask(TimedCollection c,
                   int max)
Method Detail

run

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


Copyright © 2006 University of Washington. All Rights Reserved.