stella
Interface ReplyDeliverer

All Known Subinterfaces:
CommandCasting, CommandLaunching, OffsetCaster
All Known Implementing Classes:
AbstractCommandLauncher, AdapterCaster, AdapterTelescopeCaster, AuxiliaryCaster, CalibrationCaster, CasterClient, CasterTorso, CCDCaster, DistinctCaster, EnvironmentCaster, GregorTelescopeCaster, MasterLauncher, PilarLauncher, PilarTelescopeCaster, SpectrographCaster, TelescopeAuxiliaryCaster, TelescopeCaster, TelescopeClient, TestCaster, TestCaster, WifsipCaster, WifsipTelescopeCaster

public interface ReplyDeliverer

The interface defining the functionality ReplySubscribers rely on while talking to their client.


Method Summary
 void announceInterest(ReplyEvent re)
          The method a reply subscriber calls to announce that it is interested to be forwarded reply events matching re.
 void registerReplySubscriber(ReplySubscriber rs)
          Registers the reply subscriber.
 

Method Detail

registerReplySubscriber

void registerReplySubscriber(ReplySubscriber rs)
Registers the reply subscriber. Only one reply subscriber may be specified.


announceInterest

void announceInterest(ReplyEvent re)
The method a reply subscriber calls to announce that it is interested to be forwarded reply events matching re.