Package weka.gui.beans
Interface BatchAssociationRulesListener
-
public interface BatchAssociationRulesListenerInterface to something that can process a BatchAssociationRulesEvent.- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptAssociationRules(BatchAssociationRulesEvent e)Accept aBatchAssociationRulesEvent
-
-
-
Method Detail
-
acceptAssociationRules
void acceptAssociationRules(BatchAssociationRulesEvent e)
Accept aBatchAssociationRulesEvent- Parameters:
e- aBatchAssociationRulesEvent
-
-