Package boofcv.gui

Interface BasicInterfaceListener


  • public interface BasicInterfaceListener
    Simple interface for a GUI to tell the main processing that it needs to render the display or reprocess that data. Settings are accessed else where and more fine control over what has changed is not provided.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void eventReprocess()
      Data needs to be reprocessed using the new settings
      void eventUpdateGui()
      The data does not need to be reprocessed but the user has requested that different information be displayed.
    • Method Detail

      • eventUpdateGui

        void eventUpdateGui()
        The data does not need to be reprocessed but the user has requested that different information be displayed.
      • eventReprocess

        void eventReprocess()
        Data needs to be reprocessed using the new settings