| Package | com.bourre.remoting.events |
| Class | public class BasicResultEvent |
| Inheritance | BasicResultEvent BasicEvent flash.events.Event |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
See also
| Method | Defined by | ||
|---|---|---|---|
|
BasicResultEvent(result:*, methodName:ServiceMethod)
Creates new
BasicResultEvent instance. | BasicResultEvent | ||
![]() |
clone():Event
Clone the event
| BasicEvent | |
|
getResult():*
Returns service call result.
| BasicResultEvent | ||
|
Returns service methosd name carried by this event.
| BasicResultEvent | ||
![]() |
getTarget():Object
Returns the current source of this event object.
| BasicEvent | |
![]() |
getType():String
Returns the type of this event, which generally correspond
to the name of the called function on the listener.
| BasicEvent | |
|
redirectType():void
| BasicResultEvent | ||
![]() |
setTarget(oTarget:Object):void
Defines the new source object of this event.
| BasicEvent | |
![]() |
setType(en:String):void
Defines the new event type for this event object.
| BasicEvent | |
![]() |
toString():String
Returns the string representation of this instance.
| BasicEvent | |
| Constant | Defined by | ||
|---|---|---|---|
| onResultEVENT : String = "onResult" [static]
Defines the value of the
type property of the event
object for a onResult event. | BasicResultEvent | ||
| BasicResultEvent | () | constructor |
public function BasicResultEvent(result:*, methodName:ServiceMethod)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates new BasicResultEvent instance.
result:* — Service call result
|
|
methodName:ServiceMethod — Service method which has been called
|
| getResult | () | method |
public function getResult():*
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns service call result.
Returns* — The service call result
|
| getServiceMethode | () | method |
public function getServiceMethode():ServiceMethod
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns service methosd name carried by this event.
ReturnsServiceMethod —
The service methosd name carried by this event.
|
| redirectType | () | method |
public function redirectType():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| onResultEVENT | constant |
public static const onResultEVENT:String = "onResult"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Defines the value of the type property of the event
object for a onResult event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type |
Dispatched event type |
| Method | Value |
getResult()
| The service call result |