/* * Created on Jul 14, 2006 */ package com.openedit; public interface ShutdownList { public void addForShutdown(Shutdownable inToShutdown); }