Interface RunningAccessor.RunningMutator

All Known Subinterfaces:
RunningAccessor.RunningProperty
Enclosing interface:
RunningAccessor

public static interface RunningAccessor.RunningMutator
Provides a mutator for a running property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRunning(boolean isRunning)
    Sets the is-running property for the running property.
  • Method Details

    • setRunning

      void setRunning(boolean isRunning)
      Sets the is-running property for the running property.
      Parameters:
      isRunning - The running property to be stored by the running property.