blob: 39e30cdc21630d720493fb94430894a326baeca0 [file] [log] [blame]
/* --COPYRIGHT--,EPL
* Copyright (c) 2008 Texas Instruments 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:
* Texas Instruments - initial implementation
*
* --/COPYRIGHT--*/
package xdc.rov
metaonly interface ICallBack {
instance:
/*!
* ======== updateStartupProgress ========
* The ROV model will call this API at particular points to update the
* startup progress.
*/
Void updateStartupProgress(Int percent, String message);
/*!
* ======== getAbortFlag ========
*/
Bool getAbortFlag();
}