| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChangeObserver
May observe changes in an object's properties. This is a "weak" variation on JavaBean's style bound properties. It is used when there will be at most a single listener on property changes, and that the listener is not interested in the old value.
| Method Summary | |
|---|---|
 boolean | 
isLocked()
Checks if the current state changes have already been committed.  | 
 void | 
observeChange(ObservedChangeEvent event)
Sent when the observed object changes a property.  | 
| Method Detail | 
|---|
void observeChange(ObservedChangeEvent event)
boolean isLocked()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||