Package edu.wpi.grip.ui.pipeline
Interface StepController.Factory
-
- Enclosing class:
- StepController
public static interface StepController.Factory
Used for assisted injects. Guice will automatically create an instance of this interface so we can create step controllers. This lets us use injection with StepController even though it requires aStep
(which is not an injected dependency).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepController
create(Step step)
-
-
-
Method Detail
-
create
StepController create(Step step)
-
-