Interface NewObjectListener

  • All Known Implementing Classes:
    NoopAnalyzer.ObjectHandler

    public interface NewObjectListener
    Implementations can receive notifications of new objects.
    Author:
    John Collins
    • Method Detail

      • handleNewObject

        void handleNewObject​(Object thing)