Packageorg.granite.tide
Classpublic class TideAsync
InheritanceTideAsync Inheritance flash.events.EventDispatcher
ImplementsITidePlugin

Plugin for managing asynchronous events with a Gravity Consumer



Public Properties
 PropertyDefined by
  tide : Tide
[write-only]
TideAsync
Protected Properties
 PropertyDefined by
  _consumer : Consumer = null
TideAsync
Public Methods
 MethodDefined by
  
TideAsync(destination:String = null)
TideAsync
  
getInstance(destination:String = null):TideAsync
[static]
TideAsync
Protected Methods
 MethodDefined by
  
messageHandler(event:MessageEvent):void
TideAsync
Property detail
_consumerproperty
protected var _consumer:Consumer = null
tideproperty 
tide:Tide  [write-only]

This property can be used as the source for data binding.

Implementation
    public function set tide(value:Tide):void
Constructor detail
TideAsync()constructor
public function TideAsync(destination:String = null)Parameters
destination:String (default = null)
Method detail
getInstance()method
public static function getInstance(destination:String = null):TideAsyncParameters
destination:String (default = null)

Returns
TideAsync
messageHandler()method 
protected function messageHandler(event:MessageEvent):voidParameters
event:MessageEvent