public class

PropertyChangeObject

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.properties.impl.PropertyChangeObject

Class Overview

Record property changes without applying them (nor notifying listeners), until a call to commit() is made.

Summary

Nested Classes
class PropertyChangeObject.Entry  
Public Constructors
PropertyChangeObject()
Public Methods
PropertyChangeObject.Entry add(IPropertyManager pm, String fqname, Object value, IPropertyDefinition pd)
void commit()
void commit(boolean notify)
String toString()
boolean wasCommitted()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyChangeObject ()

Public Methods

public PropertyChangeObject.Entry add (IPropertyManager pm, String fqname, Object value, IPropertyDefinition pd)

public void commit ()

public void commit (boolean notify)

public String toString ()

public boolean wasCommitted ()