swarm.activity
Interface ActionToC

All Known Subinterfaces:
ActionForEachC

public interface ActionToC
extends ActionS, ActionC, ActionTargetS, ActionTargetC, ActionArgsS, ActionArgsC

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


Method Summary
 void setMessageSelector(Selector aSel)
           
 
Methods inherited from interface swarm.activity.ActionTargetC
setTarget
 
Methods inherited from interface swarm.activity.ActionArgsC
setArg1, setArg2, setArg3
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

setMessageSelector

public void setMessageSelector(Selector aSel)