| Package | Description |
|---|---|
| org.apache.royale.compiler.targets |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISWFTarget
An
ITarget than can build a SWF. |
| Modifier and Type | Method and Description |
|---|---|
void |
ITargetProgressMonitor.done(ITarget target)
Notifies that the compile operation is done; that is, either the task is
completed or the user canceled it.
|
boolean |
ITargetProgressMonitor.isCanceled(ITarget target)
Returns whether cancellation of current compile operation for the
specified target has been requested.
|
void |
ITargetProgressMonitor.percentCompleted(ITarget target,
int percent)
Reports the percentage of the main work that has been completed so far.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.