Packagecom.yworks.graph.input
Classpublic class BendCreatedEvent
InheritanceBendCreatedEvent Inheritance flash.events.Event

An Event which is dispatched when a new bend was created.



Public Properties
 PropertyDefined By
  bend : IBend
[read-only] Returns the bend that was created.
BendCreatedEvent
Public Methods
 MethodDefined By
  
The constructor takes the created bend as parameter.
BendCreatedEvent
  
clone():Event
[override]
BendCreatedEvent
Public Constants
 ConstantDefined By
  BEND_CREATED : String = bendCreated
[static] Dispatched when a new bend has been created.
BendCreatedEvent
Property Detail
bendproperty
bend:IBend  [read-only]

Returns the bend that was created.


Implementation
    public function get bend():IBend
Constructor Detail
BendCreatedEvent()Constructor
public function BendCreatedEvent(bend:IBend)

The constructor takes the created bend as parameter.

Parameters
bend:IBend — The created bend.
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
BEND_CREATEDConstant
public static const BEND_CREATED:String = bendCreated

Dispatched when a new bend has been created.