Package io.engineblock.activityapi.core
Interface ActivityDefObserver
-
- All Known Subinterfaces:
Activity
- All Known Implementing Classes:
AtomicInput,BaseAsyncAction,CoreMotor,OpTrackerImpl,SimpleActivity
public interface ActivityDefObserverDecorator 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 Summary
Modifier and Type Method Description voidonActivityDefUpdate(ActivityDef activityDef)
-
-
-
Method Detail
-
onActivityDefUpdate
void onActivityDefUpdate(ActivityDef activityDef)
-
-