Package weka.gui.beans
Interface BeanCustomizer.ModifyListener
-
- All Known Implementing Classes:
KnowledgeFlowApp
- Enclosing interface:
- BeanCustomizer
public static interface BeanCustomizer.ModifyListenerInterface for something that is interested in the modified status of a source object (typically a BeanCustomizer that is editing an object)- Author:
- mhall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetModifiedStatus(java.lang.Object source, boolean modified)Tell the listener about the modified status of the source object.
-