public function sendMessage(message:Message):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Sends a message to all the tiles in a composite application.
This is used to convey transitory information across all the tiles in the application. The messages
are not kept or queued for later processing, they are only visible to tiles that are in the application at
the time the message is sent.
Parametreler
| message:Message — The message to send.
|