Interface ActivityDefObserver

  • All Known Subinterfaces:
    Activity
    All Known Implementing Classes:
    AtomicInput, BaseAsyncAction, CoreMotor, OpTrackerImpl, SimpleActivity

    public interface ActivityDefObserver
    Decorator interface for getting notified when an activities parameters are changed at runtime. This can be optionally implemented by Any Motor, Input, or Action. The eventing is mediated through the ActivityExecutor in order to isolate the programmatic API from the internal API.
    • Method Detail

      • onActivityDefUpdate

        void onActivityDefUpdate​(ActivityDef activityDef)