|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ACLListener
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.ACL to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
addAdded(ACL source,
Role newValue)
Called when a value of add has been added |
void |
addRemoved(ACL source,
Role oldValue)
Called when a value of add has been removed |
void |
changeNamedGraphACLAdded(ACL source,
Role newValue)
Called when a value of changeNamedGraphACL has been added |
void |
changeNamedGraphACLRemoved(ACL source,
Role oldValue)
Called when a value of changeNamedGraphACL has been removed |
void |
insertNamedGraphAdded(ACL source,
Role newValue)
Called when a value of insertNamedGraph has been added |
void |
insertNamedGraphRemoved(ACL source,
Role oldValue)
Called when a value of insertNamedGraph has been removed |
void |
readAdded(ACL source,
Role newValue)
Called when a value of read has been added |
void |
readRemoved(ACL source,
Role oldValue)
Called when a value of read has been removed |
void |
removeAdded(ACL source,
Role newValue)
Called when a value of remove has been added |
void |
removeNamedGraphAdded(ACL source,
Role newValue)
Called when a value of removeNamedGraph has been added |
void |
removeNamedGraphRemoved(ACL source,
Role oldValue)
Called when a value of removeNamedGraph has been removed |
void |
removeRemoved(ACL source,
Role oldValue)
Called when a value of remove has been removed |
| Method Detail |
|---|
void addAdded(ACL source,
Role newValue)
source - the affected instance of org.openanzo.common.ontology.ACLnewValue - the object representing the new value
void addRemoved(ACL source,
Role oldValue)
source - the affected instance of org.openanzo.common.ontology.ACLoldValue - the object representing the removed value
void changeNamedGraphACLAdded(ACL source,
Role newValue)
source - the affected instance of org.openanzo.common.ontology.ACLnewValue - the object representing the new value
void changeNamedGraphACLRemoved(ACL source,
Role oldValue)
source - the affected instance of org.openanzo.common.ontology.ACLoldValue - the object representing the removed value
void insertNamedGraphAdded(ACL source,
Role newValue)
source - the affected instance of org.openanzo.common.ontology.ACLnewValue - the object representing the new value
void insertNamedGraphRemoved(ACL source,
Role oldValue)
source - the affected instance of org.openanzo.common.ontology.ACLoldValue - the object representing the removed value
void readAdded(ACL source,
Role newValue)
source - the affected instance of org.openanzo.common.ontology.ACLnewValue - the object representing the new value
void readRemoved(ACL source,
Role oldValue)
source - the affected instance of org.openanzo.common.ontology.ACLoldValue - the object representing the removed value
void removeAdded(ACL source,
Role newValue)
source - the affected instance of org.openanzo.common.ontology.ACLnewValue - the object representing the new value
void removeRemoved(ACL source,
Role oldValue)
source - the affected instance of org.openanzo.common.ontology.ACLoldValue - the object representing the removed value
void removeNamedGraphAdded(ACL source,
Role newValue)
source - the affected instance of org.openanzo.common.ontology.ACLnewValue - the object representing the new value
void removeNamedGraphRemoved(ACL source,
Role oldValue)
source - the affected instance of org.openanzo.common.ontology.ACLoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||