|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.PropertyChangeEventImplementation<K,V>
K
- the type of keys in the collection that changedV
- the type of values in the collection that changedpublic final class PropertyChangeEventImplementation<K,V>
PropertyChangeEventImplementation
Field Summary | |
---|---|
private ChangeType |
changeType
property change type |
private PropertyCollection<K,V> |
collection
collection |
private PropertyCollection<?,?> |
instance
property instance |
private K |
key
property key |
private V |
newValue
new value |
private V |
oldValue
old value |
Constructor Summary | |
---|---|
PropertyChangeEventImplementation()
constructor for PropertyChangeEvent |
Method Summary | |
---|---|
ChangeType |
getChangeType()
|
PropertyCollection<K,V> |
getCollection()
|
PropertyCollection<?,?> |
getInstance()
|
K |
getKey()
|
V |
getNewValue()
|
V |
getOldValue()
|
void |
setChangeType(ChangeType setType)
|
void |
setCollection(PropertyCollection<K,V> setCollection)
|
void |
setInstance(PropertyCollection<?,?> setInstance)
|
void |
setKey(K setKey)
|
void |
setNewValue(V setNewValue)
|
void |
setOldValue(V setOldValue)
|
java.lang.String |
toString()
(non-JSDoc) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private PropertyCollection<K,V> collection
private PropertyCollection<?,?> instance
private V oldValue
private V newValue
private K key
private ChangeType changeType
Constructor Detail |
---|
public PropertyChangeEventImplementation()
Method Detail |
---|
public PropertyCollection<?,?> getInstance()
getInstance
in interface PropertyChangeEvent<K,V>
public void setInstance(PropertyCollection<?,?> setInstance)
setInstance
- The instance to set.public V getNewValue()
getNewValue
in interface PropertyChangeEvent<K,V>
public void setNewValue(V setNewValue)
setNewValue
- The newValue to set.public V getOldValue()
getOldValue
in interface PropertyChangeEvent<K,V>
public void setOldValue(V setOldValue)
setOldValue
- The oldValue to set.public K getKey()
getKey
in interface PropertyChangeEvent<K,V>
public void setKey(K setKey)
setKey
- The key to set.public ChangeType getChangeType()
getChangeType
in interface PropertyChangeEvent<K,V>
public void setChangeType(ChangeType setType)
setType
- The type to set.public PropertyCollection<K,V> getCollection()
getCollection
in interface PropertyChangeEvent<K,V>
public void setCollection(PropertyCollection<K,V> setCollection)
setCollection
- The collection to set.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |