| Package | com.yworks.graph.input |
| Class | public class BendCreatedEvent |
| Inheritance | BendCreatedEvent flash.events.Event |
Event which is dispatched when a new bend was created.
| Property | Defined By | ||
|---|---|---|---|
| bend : IBend [read-only]
Returns the bend that was created. | BendCreatedEvent | ||
| Method | Defined By | ||
|---|---|---|---|
BendCreatedEvent(bend:IBend)
The constructor takes the created bend as parameter. | BendCreatedEvent | ||
clone():Event [override] | BendCreatedEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| BEND_CREATED : String = bendCreated [static]
Dispatched when a new bend has been created. | BendCreatedEvent | ||
| bend | property |
bend:IBend [read-only] Returns the bend that was created.
public function get bend():IBend| BendCreatedEvent | () | Constructor |
public function BendCreatedEvent(bend:IBend)The constructor takes the created bend as parameter.
Parametersbend:IBend — The created bend.
|
| clone | () | method |
override public function clone():EventReturnsEvent |
| BEND_CREATED | Constant |
public static const BEND_CREATED:String = bendCreatedDispatched when a new bend has been created.