com.threerings.presents.tools
Class InvocationTask.ListenerArgument

java.lang.Object
  extended by 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.


Field Summary
protected  int _index
           
 Class<?> listener
           
 
Constructor Summary
InvocationTask.ListenerArgument(int index, Class<?> listener)
           
 
Method Summary
 String getActionScriptMarshaller()
           
 int getIndex()
           
 String getMarshaller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

public Class<?> listener

_index

protected int _index
Constructor Detail

InvocationTask.ListenerArgument

public InvocationTask.ListenerArgument(int index,
                                       Class<?> listener)
Method Detail

getMarshaller

public String getMarshaller()

getActionScriptMarshaller

public String getActionScriptMarshaller()

getIndex

public int getIndex()