blob: 7dd0e7f975d78ef3b4a3c0e3e6096560814dbce6 [file] [log] [blame]
// IExecutableManagerListenerSync.java
package org.eclipse.stem.jobs.execution;
/*******************************************************************************
* Copyright (c) 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* This interface is extended by classes that wish to be informed of changes to
* the state of an {@link ExecutableManager}s. Where the
* {@link ExecutableManager} is suspended while the listener receives the
* message.
*/
public interface IExecutableManagerListenerSync {
// Nothing
} // IExecutableManagerListenerSync