com.threerings.presents.tools
Class InvocationTask.ListenerArgument
java.lang.Object
com.threerings.presents.tools.InvocationTask.ListenerArgument
- Enclosing class:
- InvocationTask
public class InvocationTask.ListenerArgument
- extends Object
Used to keep track of invocation service method listener arguments.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listener
public Class<?> listener
_index
protected int _index
InvocationTask.ListenerArgument
public InvocationTask.ListenerArgument(int index,
Class<?> listener)
getMarshaller
public String getMarshaller()
getActionScriptMarshaller
public String getActionScriptMarshaller()
getIndex
public int getIndex()