org.openanzo.common.ontology
Interface NamedGraphListener

All Superinterfaces:
ThingListener

public interface NamedGraphListener
extends ThingListener

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

hasMetadataGraphChanged

void hasMetadataGraphChanged(NamedGraph source)
Called when hasMetadataGraph has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.NamedGraph

modifiedChanged

void modifiedChanged(NamedGraph source)
Called when modified has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.NamedGraph

revisionChanged

void revisionChanged(NamedGraph source)
Called when revision has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.NamedGraph

createdByAdded

void createdByAdded(NamedGraph source,
                    User newValue)
Called when a value of createdBy has been added

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

createdByRemoved

void createdByRemoved(NamedGraph source,
                      User oldValue)
Called when a value of createdBy has been removed

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

lastModifiedByUserAdded

void lastModifiedByUserAdded(NamedGraph source,
                             User newValue)
Called when a value of lastModifiedByUser has been added

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

lastModifiedByUserRemoved

void lastModifiedByUserRemoved(NamedGraph source,
                               User oldValue)
Called when a value of lastModifiedByUser has been removed

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

usesAclChanged

void usesAclChanged(NamedGraph source)
Called when usesAcl has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.NamedGraph


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