RemotingCallEvent
| Kind of class: | class |
|---|---|
| Inherits from: | LibEvent < BasicEvent |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.remoting.RemotingCallEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Instance properties
Instance properties inherited from BasicEvent
Constructor
RemotingCallEvent
function RemotingCallEvent (
e:EventType,
oLib:RemotingCall)
Instance methods
getLib
function getLib (
) : RemotingCall
getResult
function getResult (
)
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: