Interface ObjectProcessor

  • All Known Implementing Classes:
    ThreadedQueue

    public interface ObjectProcessor
    Deprecated.
    The interface for a class that can perform some processing on an object.
    Author:
    Garret Wilson
    • Method Detail

      • process

        void process​(java.lang.Object object)
        Deprecated.
        Processes a single object.
        Parameters:
        object - The object to process.