org.openanzo.owl
Interface FunctionalObjectPropertyListener

All Superinterfaces:
ThingListener

public interface FunctionalObjectPropertyListener
extends ThingListener

Implementations of this listener may be registered with instances of org.openanzo.owl.FunctionalObjectProperty to receive notification when properties changed, added or removed.


Method Summary
 void commentAdded(FunctionalObjectProperty source, java.lang.String newValue)
          Called when a value of comment has been added
 void commentRemoved(FunctionalObjectProperty source, java.lang.String oldValue)
          Called when a value of comment has been removed
 void disjointObjectPropertiesAdded(FunctionalObjectProperty source, ObjectProperty newValue)
          Called when a value of disjointObjectProperties has been added
 void disjointObjectPropertiesRemoved(FunctionalObjectProperty source, ObjectProperty oldValue)
          Called when a value of disjointObjectProperties has been removed
 void domainChanged(FunctionalObjectProperty source)
          Called when domain has changed
 void equivalentObjectPropertyAdded(FunctionalObjectProperty source, ObjectProperty newValue)
          Called when a value of equivalentObjectProperty has been added
 void equivalentObjectPropertyRemoved(FunctionalObjectProperty source, ObjectProperty oldValue)
          Called when a value of equivalentObjectProperty has been removed
 void inverseOfAdded(FunctionalObjectProperty source, ObjectProperty newValue)
          Called when a value of inverseOf has been added
 void inverseOfRemoved(FunctionalObjectProperty source, ObjectProperty oldValue)
          Called when a value of inverseOf has been removed
 void isDefinedByAdded(FunctionalObjectProperty source, _Resource newValue)
          Called when a value of isDefinedBy has been added
 void isDefinedByRemoved(FunctionalObjectProperty source, _Resource oldValue)
          Called when a value of isDefinedBy has been removed
 void labelAdded(FunctionalObjectProperty source, java.lang.String newValue)
          Called when a value of label has been added
 void labelRemoved(FunctionalObjectProperty source, java.lang.String oldValue)
          Called when a value of label has been removed
 void memberAdded(FunctionalObjectProperty source, _Resource newValue)
          Called when a value of member has been added
 void memberRemoved(FunctionalObjectProperty source, _Resource oldValue)
          Called when a value of member has been removed
 void objectPropertyDomainChanged(FunctionalObjectProperty source)
          Called when objectPropertyDomain has changed
 void objectPropertyRangeChanged(FunctionalObjectProperty source)
          Called when objectPropertyRange has changed
 void rangeChanged(FunctionalObjectProperty source)
          Called when range has changed
 void seeAlsoAdded(FunctionalObjectProperty source, _Resource newValue)
          Called when a value of seeAlso has been added
 void seeAlsoRemoved(FunctionalObjectProperty source, _Resource oldValue)
          Called when a value of seeAlso has been removed
 void subObjectPropertyOfAdded(FunctionalObjectProperty source, ObjectProperty newValue)
          Called when a value of subObjectPropertyOf has been added
 void subObjectPropertyOfRemoved(FunctionalObjectProperty source, ObjectProperty oldValue)
          Called when a value of subObjectPropertyOf has been removed
 void subPropertyOfAdded(FunctionalObjectProperty source, _Property newValue)
          Called when a value of subPropertyOf has been added
 void subPropertyOfRemoved(FunctionalObjectProperty source, _Property oldValue)
          Called when a value of subPropertyOf has been removed
 void typeAdded(FunctionalObjectProperty source, Class newValue)
          Called when a value of type has been added
 void typeRemoved(FunctionalObjectProperty source, Class oldValue)
          Called when a value of type has been removed
 void valueAdded(FunctionalObjectProperty source, _Resource newValue)
          Called when a value of value has been added
 void valueRemoved(FunctionalObjectProperty source, _Resource oldValue)
          Called when a value of value has been removed
 

Method Detail

commentAdded

void commentAdded(FunctionalObjectProperty source,
                  java.lang.String newValue)
Called when a value of comment has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

commentRemoved

void commentRemoved(FunctionalObjectProperty source,
                    java.lang.String oldValue)
Called when a value of comment has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

labelAdded

void labelAdded(FunctionalObjectProperty source,
                java.lang.String newValue)
Called when a value of label has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

labelRemoved

void labelRemoved(FunctionalObjectProperty source,
                  java.lang.String oldValue)
Called when a value of label has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

typeAdded

void typeAdded(FunctionalObjectProperty source,
               Class newValue)
Called when a value of type has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

typeRemoved

void typeRemoved(FunctionalObjectProperty source,
                 Class oldValue)
Called when a value of type has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

valueAdded

void valueAdded(FunctionalObjectProperty source,
                _Resource newValue)
Called when a value of value has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

valueRemoved

void valueRemoved(FunctionalObjectProperty source,
                  _Resource oldValue)
Called when a value of value has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

isDefinedByAdded

void isDefinedByAdded(FunctionalObjectProperty source,
                      _Resource newValue)
Called when a value of isDefinedBy has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

isDefinedByRemoved

void isDefinedByRemoved(FunctionalObjectProperty source,
                        _Resource oldValue)
Called when a value of isDefinedBy has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

memberAdded

void memberAdded(FunctionalObjectProperty source,
                 _Resource newValue)
Called when a value of member has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

memberRemoved

void memberRemoved(FunctionalObjectProperty source,
                   _Resource oldValue)
Called when a value of member has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

seeAlsoAdded

void seeAlsoAdded(FunctionalObjectProperty source,
                  _Resource newValue)
Called when a value of seeAlso has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

seeAlsoRemoved

void seeAlsoRemoved(FunctionalObjectProperty source,
                    _Resource oldValue)
Called when a value of seeAlso has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

domainChanged

void domainChanged(FunctionalObjectProperty source)
Called when domain has changed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty

rangeChanged

void rangeChanged(FunctionalObjectProperty source)
Called when range has changed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty

subPropertyOfAdded

void subPropertyOfAdded(FunctionalObjectProperty source,
                        _Property newValue)
Called when a value of subPropertyOf has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

subPropertyOfRemoved

void subPropertyOfRemoved(FunctionalObjectProperty source,
                          _Property oldValue)
Called when a value of subPropertyOf has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

disjointObjectPropertiesAdded

void disjointObjectPropertiesAdded(FunctionalObjectProperty source,
                                   ObjectProperty newValue)
Called when a value of disjointObjectProperties has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

disjointObjectPropertiesRemoved

void disjointObjectPropertiesRemoved(FunctionalObjectProperty source,
                                     ObjectProperty oldValue)
Called when a value of disjointObjectProperties has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

equivalentObjectPropertyAdded

void equivalentObjectPropertyAdded(FunctionalObjectProperty source,
                                   ObjectProperty newValue)
Called when a value of equivalentObjectProperty has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

equivalentObjectPropertyRemoved

void equivalentObjectPropertyRemoved(FunctionalObjectProperty source,
                                     ObjectProperty oldValue)
Called when a value of equivalentObjectProperty has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

objectPropertyDomainChanged

void objectPropertyDomainChanged(FunctionalObjectProperty source)
Called when objectPropertyDomain has changed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty

objectPropertyRangeChanged

void objectPropertyRangeChanged(FunctionalObjectProperty source)
Called when objectPropertyRange has changed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty

subObjectPropertyOfAdded

void subObjectPropertyOfAdded(FunctionalObjectProperty source,
                              ObjectProperty newValue)
Called when a value of subObjectPropertyOf has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

subObjectPropertyOfRemoved

void subObjectPropertyOfRemoved(FunctionalObjectProperty source,
                                ObjectProperty oldValue)
Called when a value of subObjectPropertyOf has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value

inverseOfAdded

void inverseOfAdded(FunctionalObjectProperty source,
                    ObjectProperty newValue)
Called when a value of inverseOf has been added

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
newValue - the object representing the new value

inverseOfRemoved

void inverseOfRemoved(FunctionalObjectProperty source,
                      ObjectProperty oldValue)
Called when a value of inverseOf has been removed

Parameters:
source - the affected instance of org.openanzo.owl.FunctionalObjectProperty
oldValue - the object representing the removed value


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