swarm.activity
Interface ActionCreatingToS

All Known Subinterfaces:
ActionCreating, ActionCreatingC, ActionCreatingS, ActionGroup, ActionGroupC, ActionGroupS, ActivationOrder, ActivationOrderC, ActivationOrderS, ConcurrentGroup, ConcurrentGroupC, ConcurrentGroupS, ConcurrentSchedule, ConcurrentScheduleC, ConcurrentScheduleS, Schedule, ScheduleC, ScheduleS

public interface ActionCreatingToS

An action that sends a message to an object.. A createActionTo: message specifies that the action to be performed is defined by an Objective C message selector to be performed on a receiving object plus any required arguments. The message selector is specified by the message: argument and the receiving object is specified as the first argument, target.