Packagecom.bourre.service
Interfacepublic interface ServiceListener

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The ServiceListener interface defines rules for Service listeners.

See also

Service
ServiceEvent


Public Methods
 MethodDefined by
  
Dispatched when an error occurs.
ServiceListener
  
Dispatched when a result is available.
ServiceListener
Method detail
onDataError()method
public function onDataError(event:ServiceEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Dispatched when an error occurs.

Parameters
event:ServiceEvent
onDataResult()method 
public function onDataResult(event:ServiceEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Dispatched when a result is available.

Parameters
event:ServiceEvent