stella
Interface ReplySubscriber

All Known Subinterfaces:
Sequencing<E>
All Known Implementing Classes:
AbstractSequencer, DummySequencer, LoopingSequencer, SimulatorSequencer, TelescopeClient.Blocking, XMLSequencer

public interface ReplySubscriber

The interface defining the functionality the client relies on while talking to the reply subscriber. Any reply event that matches the forward requirements are passed to the reply subscriber.

See Also:
ReplyDeliverer

Method Summary
 void forward(ReplyEvent re)
          The method all matching reply events are passed to.
 

Method Detail

forward

void forward(ReplyEvent re)
The method all matching reply events are passed to. Please ensure that the method returns fast otherwise artificial time-out errors can occur.