Interface ControllerFactory

  • 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 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