public class FwkChangeRegistry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.HashMap |
registry |
Constructor and Description |
---|
FwkChangeRegistry() |
Modifier and Type | Method and Description |
---|---|
static FwkArrayInterface |
getChanges(java.lang.Object source)
Retrieve the changes belongs to the gien object.
|
static java.lang.String |
getVersion() |
static void |
register(java.lang.Object source,
java.lang.String propName)
Register changes.
|
static void |
unregister(java.lang.Object source)
Unregister source.
|
static void |
unregister(java.lang.Object source,
java.lang.String propName)
Unregister changes.
|
public static java.lang.String getVersion()
public static void register(java.lang.Object source, java.lang.String propName)
source
- The source object that property has changed.propName
- The property name.public static void unregister(java.lang.Object source, java.lang.String propName)
source
- The source object that property has changed.propName
- The property name.public static void unregister(java.lang.Object source)
source
- The source object has should be unregisterdpublic static FwkArrayInterface getChanges(java.lang.Object source)
source
- The source object.