|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamedGraphListener
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.NamedGraph to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
createdByAdded(NamedGraph source,
User newValue)
Called when a value of createdBy has been added |
void |
createdByRemoved(NamedGraph source,
User oldValue)
Called when a value of createdBy has been removed |
void |
hasMetadataGraphChanged(NamedGraph source)
Called when hasMetadataGraph has changed |
void |
lastModifiedByUserAdded(NamedGraph source,
User newValue)
Called when a value of lastModifiedByUser has been added |
void |
lastModifiedByUserRemoved(NamedGraph source,
User oldValue)
Called when a value of lastModifiedByUser has been removed |
void |
modifiedChanged(NamedGraph source)
Called when modified has changed |
void |
revisionChanged(NamedGraph source)
Called when revision has changed |
void |
usesAclChanged(NamedGraph source)
Called when usesAcl has changed |
| Method Detail |
|---|
void hasMetadataGraphChanged(NamedGraph source)
source - the affected instance of org.openanzo.common.ontology.NamedGraphvoid modifiedChanged(NamedGraph source)
source - the affected instance of org.openanzo.common.ontology.NamedGraphvoid revisionChanged(NamedGraph source)
source - the affected instance of org.openanzo.common.ontology.NamedGraph
void createdByAdded(NamedGraph source,
User newValue)
source - the affected instance of org.openanzo.common.ontology.NamedGraphnewValue - the object representing the new value
void createdByRemoved(NamedGraph source,
User oldValue)
source - the affected instance of org.openanzo.common.ontology.NamedGrapholdValue - the object representing the removed value
void lastModifiedByUserAdded(NamedGraph source,
User newValue)
source - the affected instance of org.openanzo.common.ontology.NamedGraphnewValue - the object representing the new value
void lastModifiedByUserRemoved(NamedGraph source,
User oldValue)
source - the affected instance of org.openanzo.common.ontology.NamedGrapholdValue - the object representing the removed valuevoid usesAclChanged(NamedGraph source)
source - the affected instance of org.openanzo.common.ontology.NamedGraph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||