Pakket | org.osmf.events |
Klasse | public class NetConnectionFactoryEvent |
Overerving | NetConnectionFactoryEvent Event Object |
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
bubbles : Boolean [alleen-lezen]
Geeft aan of een gebeurtenis een terugkoppelgebeurtenis is. | Event | ||
cancelable : Boolean [alleen-lezen]
Geeft aan of het gedrag dat aan deze gebeurtenis is gekoppeld, kan worden voorkomen. | Event | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
currentTarget : Object [alleen-lezen]
Het object dat het gebeurtenisobject actief verwerkt met een gebeurtenislistener. | Event | ||
eventPhase : uint [alleen-lezen]
De huidige fase in de gebeurtenisstroom. | Event | ||
mediaError : MediaError [alleen-lezen]
Error associated with the creation attempt. | NetConnectionFactoryEvent | ||
netConnection : NetConnection [alleen-lezen]
NetConnection to which this event refers. | NetConnectionFactoryEvent | ||
resource : URLResource [alleen-lezen]
URLResource to which this event refers. | NetConnectionFactoryEvent | ||
target : Object [alleen-lezen]
Doel van gebeurtenis. | Event | ||
type : String [alleen-lezen]
Het type gebeurtenis. | Event |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
NetConnectionFactoryEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, netConnection:NetConnection = null, resource:URLResource = null, mediaError:MediaError = null)
Constructor. | NetConnectionFactoryEvent | ||
Dupliceert een instantie van een subklasse Event. | Event | ||
Een hulpprogrammafunctie voor de implementatie van de methode toString() in aangepaste ActionScript 3.0-Event-klassen. | Event | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Controleert of de methode preventDefault() is aangeroepen voor de gebeurtenis. | Event | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Annuleert het standaardgedrag van een gebeurtenis wanneer dat gedrag kan worden geannuleerd. | Event | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Voorkomt het verwerken van gebeurtenislisteners in het huidige knooppunt en volgende knooppunten in de gebeurtenisstroom. | Event | ||
Voorkomt het verwerken van gebeurtenislisteners in knooppunten die volgen op het huidige knooppunt in de gebeurtenisstroom. | Event | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeks die alle eigenschappen van het Event-object bevat. | Event | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
CREATION_COMPLETE : String = "creationComplete" [statisch]
The NetConnectionFactoryEvent.CREATION_COMPLETE constant defines the value of the
type property of the event object for a NetConnectionFactoryEvent when the
the class has succeeded in establishing a connected NetConnection. | NetConnectionFactoryEvent | ||
CREATION_ERROR : String = "creationError" [statisch]
The NetConnectionFactoryEvent.CREATION_ERROR constant defines the value of the
type property of the event object for a NetConnectionFactoryEvent when the
the class has failed at establishing a connected NetConnection. | NetConnectionFactoryEvent |
Eigenschapdetails
mediaError | eigenschap |
mediaError:MediaError
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Error associated with the creation attempt. Should only be non-null when type is CREATION_ERROR.
Implementatie
public function get mediaError():MediaError
netConnection | eigenschap |
netConnection:NetConnection
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
NetConnection to which this event refers.
Implementatie
public function get netConnection():NetConnection
resource | eigenschap |
resource:URLResource
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
URLResource to which this event refers.
Implementatie
public function get resource():URLResource
Constructordetails
NetConnectionFactoryEvent | () | Constructor |
public function NetConnectionFactoryEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, netConnection:NetConnection = null, resource:URLResource = null, mediaError:MediaError = null)
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Constructor.
Parameterstype:String — Event type.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display list hierarchy.
| |
cancelable:Boolean (default = false ) — Specifies whether the behavior associated with the event can be prevented.
| |
netConnection:NetConnection (default = null ) — NetConnection to which this event refers.
| |
resource:URLResource (default = null ) — URLResource to which this event refers.
| |
mediaError:MediaError (default = null ) — Error associated with the creation attempt. Should only be non-null
when type is CREATION_ERROR.
|
Constantedetails
CREATION_COMPLETE | Constante |
public static const CREATION_COMPLETE:String = "creationComplete"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The NetConnectionFactoryEvent.CREATION_COMPLETE constant defines the value of the type property of the event object for a NetConnectionFactoryEvent when the the class has succeeded in establishing a connected NetConnection.
CREATION_ERROR | Constante |
public static const CREATION_ERROR:String = "creationError"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The NetConnectionFactoryEvent.CREATION_ERROR constant defines the value of the type property of the event object for a NetConnectionFactoryEvent when the the class has failed at establishing a connected NetConnection.
Wed Jun 13 2018, 11:42 AM Z