Class BrailleTranslatorFactoryMaker

  • All Implemented Interfaces:
    BrailleTranslatorFactoryMakerService

    public class BrailleTranslatorFactoryMaker
    extends Object
    implements BrailleTranslatorFactoryMakerService
    Provides a braille translator factory maker. This class will look for implementations of the BrailleTranslatorFactory interface using the services API. It will return the first implementation that matches the requested specification.

    This class can be overridden by extending it and adding a reference to the new implementation to the services API. This class will then choose the new implementation when a new instance is requested.