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
 void setModifiedStatus(Object source, boolean modified)
          Tell the listener about the modified status of the source object.
 

Method Detail

setModifiedStatus

void setModifiedStatus(Object source,
                       boolean modified)
Tell the listener about the modified status of the source object.

Parameters:
source - the source object
modified - true if the source object has been modified


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.