swarm.activity
Class ActionToImpl

java.lang.Object
  |
  +--swarm.activity.ActionToImpl

public class ActionToImpl
extends Object
implements ActionArgsS, ActionArgs, ActionToS, ActionTo

An action defined by sending an Objective C message.. An action defined by sending an Objective C message.


Constructor Summary
ActionToImpl()
           
 
Methods implemented by this class for interface swarm.activity.ActionArgs
getArg1, getArg2, getArg3, getNArgs, setArg1, setArg2, setArg3
 
Methods implemented by this class for interface swarm.activity.ActionTo
getTarget, setMessageSelector, setTarget
 
Methods implemented by this class for interface swarm.defobj.GetOwner
getOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionToImpl

public ActionToImpl()