Class SourceControllerFactory


  • public class SourceControllerFactory
    extends java.lang.Object
    BaseSourceControllerFactory for creating views to control sources.
    • Method Detail

      • create

        public <S extends SourceSourceController<S> create​(S source)
        Create an instance of SourceController appropriate for the given socket.
        Type Parameters:
        S - The type of the source
        Parameters:
        source - The source to create the view for
        Returns:
        The appropriate SourceController.