squint
Interface PacerListener

All Known Implementing Classes:
GUIManager

public interface PacerListener

Describes objects that can be notified when a PaceMaker is create


Method Summary
 void tick(PaceMaker stimulus)
          Invoked by a PaceMaker to indicate that the designated listener should perform the work triggered by the PaceMaker
 

Method Detail

tick

void tick(PaceMaker stimulus)
Invoked by a PaceMaker to indicate that the designated listener should perform the work triggered by the PaceMaker

Parameters:
stimulus - the PaceMaker that has triggered this invocation