-
- All Known Implementing Classes:
SwingControllerFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ControllerFactory
A Controller Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Controllercreate()Controllercreate(ResourceBundle bundle)Creates a controller with the given resource bundle
-
-
-
Method Detail
-
create
default Controller create()
- Returns:
- A controller with no resource bundle
-
create
Controller create(ResourceBundle bundle)
Creates a controller with the given resource bundle- Parameters:
bundle- The resource bundle- Returns:
- The new controller
-
-