|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModificationEvent
Encapsulate the changes that are made in the backend-store.
Method Summary | |
---|---|
Set |
getChanged()
returns all changed object . |
Set |
getChanged(Set col)
|
Set |
getRemoved()
returns all removed objects . |
Set |
getRemoved(Set col)
|
boolean |
hasChanged(Object object)
returns if the objects has changed. |
boolean |
isModified(Object object)
returns if the objects has changed or was removed. |
boolean |
isRemoved(Object object)
returns if the objects was removed. |
Method Detail |
---|
boolean hasChanged(Object object)
boolean isRemoved(Object object)
boolean isModified(Object object)
Set getRemoved(Set col)
Set getChanged(Set col)
Set getRemoved()
Set getChanged()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |