blob: 7364ec6efe38fd1f9c3489e6a9285b6f7cb11016 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2003, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
 *
* Contributors:
* IBM Corporation - Initial API and implementation
**********************************************************************/
package org.eclipse.wst.server.core.model;
/**
* This interface is a tag for a server that should be running before calling
* modifyModules(). It will be implemented by delegate classes of servers that
* should be started before calling API.
*/
public interface IRunningActionServer {
// marker interface
}