ShutdownList.java :  » Content-Management-System » openedit » com » openedit » Java Open Source

Java Open Source » Content Management System » openedit 
openedit » com » openedit » ShutdownList.java
/*
 * Created on Jul 14, 2006
 */
package com.openedit;

public interface ShutdownList
{
  public void addForShutdown(Shutdownable inToShutdown);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.