Moved Lifecycle to samskivert (my initial desire to do this came from a

non-work project). I promise to stop fooling around now.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5805 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-05-27 19:16:49 +00:00
parent e87c86dc2c
commit 3f19fcacf2
11 changed files with 9 additions and 353 deletions
@@ -37,6 +37,7 @@ import com.samskivert.util.ArrayIntSet;
import com.samskivert.util.ChainedResultListener;
import com.samskivert.util.Interval;
import com.samskivert.util.Invoker;
import com.samskivert.util.Lifecycle;
import com.samskivert.util.ObserverList;
import com.samskivert.util.ResultListener;
import com.samskivert.util.ResultListenerList;
@@ -49,7 +50,6 @@ import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.Streamable;
import com.threerings.util.Lifecycle;
import com.threerings.util.Name;
import com.threerings.presents.dobj.DObject;