Package weka.gui.beans
Interface BeanCustomizer.ModifyListener
- All Known Implementing Classes:
KnowledgeFlowApp
- Enclosing interface:
- BeanCustomizer
public static interface BeanCustomizer.ModifyListener
Interface 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
Modifier and TypeMethodDescriptionvoid
setModifiedStatus
(Object source, boolean modified) Tell the listener about the modified status of the source object.
-
Method Details
-
setModifiedStatus
Tell the listener about the modified status of the source object.- Parameters:
source
- the source objectmodified
- true if the source object has been modified
-