Interface InputProcessor

    • Method Detail

      • addBeforeProcessor

        void addBeforeProcessor​(Object processor)
        Add this processor before the given processor
        Parameters:
        processor -
      • getBeforeProcessors

        Set<Object> getBeforeProcessors()
        This InputProcessor will be added before the processors in this set
        Returns:
        The set with the named InputProcessors
      • addAfterProcessor

        void addAfterProcessor​(Object processor)
        Add this processor after the given processor
        Parameters:
        processor -
      • getAfterProcessors

        Set<Object> getAfterProcessors()
        This InputProcessor will be added after the processors in this set
        Returns:
        The set with the named InputProcessors