Interface InteractionLoggingSupporter
-
- All Known Implementing Classes:
SelectObjects
public interface InteractionLoggingSupporter
Interface for classes that support logging of interactions in the ImagePanel.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
supportsInteractionLogging()
Returns whether interaction logging is supported.
-