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

    • 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