Interface InteractionLoggingFilter
-
- All Superinterfaces:
Destroyable
,OptionHandler
- All Known Implementing Classes:
AbstractInteractionLoggingFilter
,All
,IDFilter
,Null
public interface InteractionLoggingFilter extends OptionHandler
Interface for classes that filter interaction logging 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 void
filterInteractionLog(InteractionEvent e)
Filters the interaction logging.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-
-
-
Method Detail
-
filterInteractionLog
void filterInteractionLog(InteractionEvent e)
Filters the interaction logging.- Parameters:
e
- the interaction event
-
-