Package boofcv.gui
Interface BasicInterfaceListener
-
public interface BasicInterfaceListenerSimple 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 voideventReprocess()Data needs to be reprocessed using the new settingsvoideventUpdateGui()The data does not need to be reprocessed but the user has requested that different information be displayed.
-