Packagecom.flextoolbox.events
Classpublic class WireJackEvent
InheritanceWireJackEvent Inheritance flash.events.Event

Events associated with the WireJack control.

See also

com.flextoolbox.controls.WireJack


Public Properties
 PropertyDefined by
  otherJack : WireJack
The other jack associated with this event.
WireJackEvent
Public Methods
 MethodDefined by
  
WireJackEvent(type:String, otherJack:WireJack, cancelable:Boolean = false)
Constructor.
WireJackEvent
Public Constants
 ConstantDefined by
  CONNECTING_WIRE : String = "connectingWire"
[static] The WireJackEvent.CONNECTING_WIRE constant defines the value of the type property of a WireJackEvent object for a connectWire event, which indicates that a Wire will soon be connected to the target WireJack.
WireJackEvent
  CONNECT_WIRE : String = "connectWire"
[static] The WireJackEvent.CONNECT_WIRE constant defines the value of the type property of a WireJackEvent object for a connectWire event, which indicates that a Wire has been connected to the target WireJack.
WireJackEvent
  DISCONNECT_WIRE : String = "disconnectWire"
[static] The WireJackEvent.WIRE_DISCONNECT constant defines the value of the type property of a WireJackEvent object for a wireDisconnect event, which indicates that a Wire has been disconnected from the target WireJack.
WireJackEvent
Property detail
otherJackproperty
public var otherJack:WireJack

The other jack associated with this event.

Constructor detail
WireJackEvent()constructor
public function WireJackEvent(type:String, otherJack:WireJack, cancelable:Boolean = false)

Constructor.

Parameters
type:String — The type of event.
 
otherJack:WireJack — The other jack associated with the event.
 
cancelable:Boolean (default = false)
Constant detail
CONNECTING_WIREconstant
public static const CONNECTING_WIRE:String = "connectingWire"

The WireJackEvent.CONNECTING_WIRE constant defines the value of the type property of a WireJackEvent object for a connectWire event, which indicates that a Wire will soon be connected to the target WireJack. This action may be cancelled.

CONNECT_WIREconstant 
public static const CONNECT_WIRE:String = "connectWire"

The WireJackEvent.CONNECT_WIRE constant defines the value of the type property of a WireJackEvent object for a connectWire event, which indicates that a Wire has been connected to the target WireJack.

DISCONNECT_WIREconstant 
public static const DISCONNECT_WIRE:String = "disconnectWire"

The WireJackEvent.WIRE_DISCONNECT constant defines the value of the type property of a WireJackEvent object for a wireDisconnect event, which indicates that a Wire has been disconnected from the target WireJack.