BasicResultEvent
| Kind of class: | class |
|---|---|
| Inherits from: | BasicEvent |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.remoting.BasicResultEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
BasicResultEvent
function BasicResultEvent (
e:EventType,
sServiceMethodName:ServiceMethod)
Instance methods
getResult
function getResult (
)
getServiceMethodName
function getServiceMethodName (
) : ServiceMethod
redirectType
function redirectType (
) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: