Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
mx.messaging.events 

MessageEvent  - AS3 BlazeDS LCDS

Paketmx.messaging.events
Sınıfpublic class MessageEvent
Miras AlmaMessageEvent Inheritance Event Inheritance Object
Alt Sınıflar AbstractEvent, MessageAckEvent

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The MessageEvent class is used to propagate messages within the messaging system.



Genel Özellikler
 ÖzellikTanımlayan:
 Inheritedbubbles : Boolean
[salt okunur] Bir olayın köpüren bir olay olup olmadığını belirtir.
Event
 Inheritedcancelable : Boolean
[salt okunur] Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir.
Event
 Inheritedconstructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru.
Object
 InheritedcurrentTarget : Object
[salt okunur] Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne.
Event
 InheritedeventPhase : uint
[salt okunur] Olay akışındaki geçerli aşama.
Event
  message : IMessage
The Message associated with this event.
MessageEvent
 Inheritedtarget : Object
[salt okunur] Olay hedefi.
Event
 Inheritedtype : String
[salt okunur] Olay türü.
Event
Genel Yöntemler
 YöntemTanımlayan:
  
MessageEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, message:IMessage = null)
Constructs an instance of this event with the specified type and message.
MessageEvent
  
[geçersiz kıl] Clones the MessageEvent.
MessageEvent
  
[statik] Utility method to create a new MessageEvent that doesn't bubble and is not cancelable.
MessageEvent
 Inherited
formatToString(className:String, ... arguments):String
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev.
Event
 Inherited
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir.
Object
 Inherited
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder.
Event
 Inherited
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir.
Object
 Inherited
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder.
Event
 Inherited
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir.
Object
 Inherited
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar.
Object
 Inherited
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller.
Event
 Inherited
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller.
Event
 Inherited
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür.
Object
  
[geçersiz kıl] Returns a string representation of the MessageEvent.
MessageEvent
 Inherited
Belirtilen nesnenin temel değerini döndürür.
Object
Genel Sabitler
 SabitTanımlayan:
  MESSAGE : String = "message"
[statik] The MESSAGE event type; dispatched upon receipt of a message.
MessageEvent
  RESULT : String = "result"
[statik] The RESULT event type; dispatched when an RPC agent receives a result from a remote service destination.
MessageEvent
Özellik Ayrıntısı

message

özellik
public var message:IMessage

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The Message associated with this event.

Yapıcı Ayrıntı

MessageEvent

()Yapıcı
public function MessageEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, message:IMessage = null)

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Constructs an instance of this event with the specified type and message.

Parametreler
type:String — The type for the MessageEvent.
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = false) — Indicates whether the behavior associated with the event can be prevented; used by the RPC subclasses.
 
message:IMessage (default = null) — The associated message.
Yöntem Ayrıntısı

clone

()yöntem
override public function clone():Event

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Clones the MessageEvent.

Döndürür
Event — Copy of this MessageEvent.

createEvent

()yöntem 
public static function createEvent(type:String, msg:IMessage):MessageEvent

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Utility method to create a new MessageEvent that doesn't bubble and is not cancelable.

Parametreler

type:String — The type for the MessageEvent.
 
msg:IMessage — The associated message.

Döndürür
MessageEvent — New MessageEvent.

toString

()yöntem 
override public function toString():String

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Returns a string representation of the MessageEvent.

Döndürür
String — String representation of the MessageEvent.
Sabit Ayrıntısı

MESSAGE

Sabit
public static const MESSAGE:String = "message"

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The MESSAGE event type; dispatched upon receipt of a message.

The value of this constant is "message".

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
messageThe message associated with this event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.

RESULT

Sabit 
public static const RESULT:String = "result"

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The RESULT event type; dispatched when an RPC agent receives a result from a remote service destination.

The value of this constant is "result".

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
messageThe message associated with this event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.





[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.