Class ListManagementProcessor

All Implemented Interfaces:
PropertyChangeListener, EventListener, ValueProcessor

public class ListManagementProcessor extends ManagementProcessor implements PropertyChangeListener

ListManagementProcessor class.

Author:
igor@scictrl.com
  • Constructor Details

    • ListManagementProcessor

      public ListManagementProcessor()

      Constructor for ListManagementProcessor.

  • Method Details

    • configure

      public void configure(Record record, org.apache.commons.configuration.HierarchicalConfiguration config)
      Configures the internals of value processor, provides reference to parent record and to configuration with root inside processor tag. Parent record is not yet initialized, so does not have reference to Database, the Database reference will be available during activate call.
      Specified by:
      configure in interface ValueProcessor
      Overrides:
      configure in class MemoryValueProcessor
      Parameters:
      record - the parent record.
      config - configuration with room inside processor tag.
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener