Package | org.igniterealtime.xiff.events |
Class | public class FileTransferEvent |
Inheritance | FileTransferEvent ![]() |
Property | Defined By | ||
---|---|---|---|
extensions : Array
Extensions that might be related to the event type. | FileTransferEvent | ||
iq : IQ
The original IQ that contained the extension that might have triggered this event. | FileTransferEvent |
Method | Defined By | ||
---|---|---|---|
FileTransferEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | FileTransferEvent | ||
clone():Event [override] | FileTransferEvent | ||
toString():String [override] | FileTransferEvent |
Constant | Defined By | ||
---|---|---|---|
INCOMING_CLOSE : String = incomingClose [static] | FileTransferEvent | ||
INCOMING_FEATURE : String = incomingFeature [static] | FileTransferEvent | ||
INCOMING_OPEN : String = incomingOpen [static] | FileTransferEvent | ||
OUTGOING_CLOSE : String = outgoingClose [static] | FileTransferEvent | ||
OUTGOING_FEATURE : String = outgoingFeature [static] | FileTransferEvent | ||
OUTGOING_OPEN : String = outgoingOpen [static] | FileTransferEvent |
extensions | property |
public var extensions:Array
Extensions that might be related to the event type. FeatureNegotiationExtension, FileTransferExtension
iq | property |
public var iq:IQ
The original IQ that contained the extension that might have triggered this event.
FileTransferEvent | () | Constructor |
public function FileTransferEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Parameters
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
toString | () | method |
override public function toString():String
ReturnsString |
INCOMING_CLOSE | Constant |
public static const INCOMING_CLOSE:String = incomingClose
INCOMING_FEATURE | Constant |
public static const INCOMING_FEATURE:String = incomingFeature
INCOMING_OPEN | Constant |
public static const INCOMING_OPEN:String = incomingOpen
OUTGOING_CLOSE | Constant |
public static const OUTGOING_CLOSE:String = outgoingClose
OUTGOING_FEATURE | Constant |
public static const OUTGOING_FEATURE:String = outgoingFeature
OUTGOING_OPEN | Constant |
public static const OUTGOING_OPEN:String = outgoingOpen