| Package | com.kapit.diagram.actions |
| Class | public class AbortAction |
| Inheritance | AbortAction KeyboardAction Action |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new AbortAction instance having
"abort" as
ID and the ESCAPE key as keycode. | AbortAction | ||
![]() |
abort():void
Terminates the execution of this action with
success
equal to false. | Action | |
|
execute(dob:IDiagramElement = null, event:Event = null, args:Array = null):Boolean
Executes the tasks of this action.
| AbortAction | ||
![]() |
terminate(success:Boolean):void
Terminates the execution of this action with a termination status
equal to
success. | Action | |
| AbortAction | () | constructor |
public function AbortAction()
Creates a new AbortAction instance having "abort" as
ID and the ESCAPE key as keycode.
| execute | () | method |
public override function execute(dob:IDiagramElement = null, event:Event = null, args:Array = null):BooleanExecutes the tasks of this action.
Parametersdob:IDiagramElement (default = null) — DiagramElement instance where this action has been triggered.
|
|
event:Event (default = null) — The triggered Event.
|
|
args:Array (default = null) — Parameters used in the execution of this action.
|
Boolean — Termination status of the execution of this action.
|