Interface ArmListener

All Known Implementing Classes:
NetworkTimeRange, OutputScheduler, WebAdmin

public interface ArmListener
Notifies the given object when the arms of SOD are starting and, if it calls add on the arm when it gets in starting, when the arm is finished.
  • Method Summary

    Modifier and Type Method Description
    void finished​(Arm arm)  
    void started()
    Called when all the arms have been started.
    void starting​(Arm arm)