org.openanzo.common.ontology
Interface ACLListener

All Superinterfaces:
ThingListener

public interface ACLListener
extends ThingListener

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

addAdded

void addAdded(ACL source,
              Role newValue)
Called when a value of add has been added

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
newValue - the object representing the new value

addRemoved

void addRemoved(ACL source,
                Role oldValue)
Called when a value of add has been removed

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
oldValue - the object representing the removed value

changeNamedGraphACLAdded

void changeNamedGraphACLAdded(ACL source,
                              Role newValue)
Called when a value of changeNamedGraphACL has been added

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
newValue - the object representing the new value

changeNamedGraphACLRemoved

void changeNamedGraphACLRemoved(ACL source,
                                Role oldValue)
Called when a value of changeNamedGraphACL has been removed

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
oldValue - the object representing the removed value

insertNamedGraphAdded

void insertNamedGraphAdded(ACL source,
                           Role newValue)
Called when a value of insertNamedGraph has been added

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
newValue - the object representing the new value

insertNamedGraphRemoved

void insertNamedGraphRemoved(ACL source,
                             Role oldValue)
Called when a value of insertNamedGraph has been removed

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
oldValue - the object representing the removed value

readAdded

void readAdded(ACL source,
               Role newValue)
Called when a value of read has been added

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
newValue - the object representing the new value

readRemoved

void readRemoved(ACL source,
                 Role oldValue)
Called when a value of read has been removed

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
oldValue - the object representing the removed value

removeAdded

void removeAdded(ACL source,
                 Role newValue)
Called when a value of remove has been added

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
newValue - the object representing the new value

removeRemoved

void removeRemoved(ACL source,
                   Role oldValue)
Called when a value of remove has been removed

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
oldValue - the object representing the removed value

removeNamedGraphAdded

void removeNamedGraphAdded(ACL source,
                           Role newValue)
Called when a value of removeNamedGraph has been added

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
newValue - the object representing the new value

removeNamedGraphRemoved

void removeNamedGraphRemoved(ACL source,
                             Role oldValue)
Called when a value of removeNamedGraph has been removed

Parameters:
source - the affected instance of org.openanzo.common.ontology.ACL
oldValue - the object representing the removed value


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.