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
Modifier and TypeMethodDescriptionvoidData needs to be reprocessed using the new settingsvoidThe data does not need to be reprocessed but the user has requested that different information be displayed.
-
Method Details
-
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
-