|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyTracker<T extends PropertyContainer>
Method Summary | |
---|---|
void |
propertyAdded(T primitive,
String propertyName,
Object propertyValue)
|
void |
propertyChanged(T primitive,
String propertyName,
Object oldValue,
Object newValue)
|
void |
propertyRemoved(T primitive,
String propertyName,
Object propertyValue)
|
Method Detail |
---|
void propertyAdded(T primitive, String propertyName, Object propertyValue)
void propertyRemoved(T primitive, String propertyName, Object propertyValue)
void propertyChanged(T primitive, String propertyName, Object oldValue, Object newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |