swarm.simtoolsgui
Interface SingleProbeDisplayC

All Known Subinterfaces:
CompleteProbeDisplayC, ProbeDisplayC, SimpleProbeDisplayC
All Known Implementing Classes:
CompleteProbeDisplayCImpl, ProbeDisplayCImpl, SimpleProbeDisplayCImpl

public abstract interface SingleProbeDisplayC
extends CommonProbeDisplayS, CommonProbeDisplayC

An abstract protocol underlying single-object probe displays.. This protocol is common to CompleteProbeDisplay and ProbeDisplay.


Method Summary
 Object createEnd()
           
 Object setProbedObject(Object anObject)
          This method must be called.
 

Method Detail

setProbedObject

public Object setProbedObject(Object anObject)
This method must be called.

createEnd

public Object createEnd()