IDragSource

public interface
feathers.dragDrop.IDragSource

Description

An object that can initiate drag actions with the drag and drop manager.

See also:
feathers.dragDrop.DragDropManager

API overview

Constructor

IDragSource ()

Functions

Public functions

dispatchEvent ( event: Event ): Void
dispatchEventWith ( type: String , bubbles: Boolean = false , data: Object = null ): Void

Constructor

IDragSource ()

Functions

dispatchEvent ( event: Event ): Void

Parameters

event: Event


dispatchEventWith ( type: String , bubbles: Boolean = false , data: Object = null ): Void

Parameters

type: String
bubbles: Boolean = false
data: Object = null


: