swarm.objectbase
Interface MessageProbeC
- All Known Subinterfaces:
- ActiveGraphC, ActiveOutFileC, AveragerC, EntropyC
- All Known Implementing Classes:
- MessageProbeCImpl, EntropyCImpl, ActiveOutFileCImpl, ActiveGraphCImpl, AveragerCImpl
- public interface MessageProbeC
- extends ProbeS, ProbeC
A class that allows the user to call a given message on any candidate that is an instance of, or inherits from, a given class..
This is a specialized subclass of the abstract class Probe. It completes the specification of a probe that refers to a message element of an object.
setProbedSelector
public Object setProbedSelector(Selector aSel)
- The setProbedSelector: method sets the message to be probed given the selector.
create$setProbedSelector
public Object create$setProbedSelector(Zone aZone,
Selector aSel)
- Convenience factory method for common case.