org.openanzo.owl.dataset
Class FunctionalObjectPropertyListenerAdapter

java.lang.Object
  extended by org.openanzo.owl.dataset.FunctionalObjectPropertyListenerAdapter
All Implemented Interfaces:
ThingListener, FunctionalObjectPropertyListener

public class FunctionalObjectPropertyListenerAdapter
extends java.lang.Object
implements FunctionalObjectPropertyListener

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


Constructor Summary
FunctionalObjectPropertyListenerAdapter()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionalObjectPropertyListenerAdapter

public FunctionalObjectPropertyListenerAdapter()
Method Detail

commentAdded

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

Specified by:
commentAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

commentRemoved

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

Specified by:
commentRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

labelAdded

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

Specified by:
labelAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

labelRemoved

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

Specified by:
labelRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

typeAdded

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

Specified by:
typeAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

typeRemoved

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

Specified by:
typeRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

valueAdded

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

Specified by:
valueAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

valueRemoved

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

Specified by:
valueRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

isDefinedByAdded

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

Specified by:
isDefinedByAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

isDefinedByRemoved

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

Specified by:
isDefinedByRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

memberAdded

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

Specified by:
memberAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

memberRemoved

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

Specified by:
memberRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

seeAlsoAdded

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

Specified by:
seeAlsoAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

seeAlsoRemoved

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

Specified by:
seeAlsoRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

domainChanged

public void domainChanged(FunctionalObjectProperty source)
Called when domain has changed

Specified by:
domainChanged in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty

rangeChanged

public void rangeChanged(FunctionalObjectProperty source)
Called when range has changed

Specified by:
rangeChanged in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty

subPropertyOfAdded

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

Specified by:
subPropertyOfAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

subPropertyOfRemoved

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

Specified by:
subPropertyOfRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

disjointObjectPropertiesAdded

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

Specified by:
disjointObjectPropertiesAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

disjointObjectPropertiesRemoved

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

Specified by:
disjointObjectPropertiesRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

equivalentObjectPropertyAdded

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

Specified by:
equivalentObjectPropertyAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

equivalentObjectPropertyRemoved

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

Specified by:
equivalentObjectPropertyRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

objectPropertyDomainChanged

public void objectPropertyDomainChanged(FunctionalObjectProperty source)
Called when objectPropertyDomain has changed

Specified by:
objectPropertyDomainChanged in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty

objectPropertyRangeChanged

public void objectPropertyRangeChanged(FunctionalObjectProperty source)
Called when objectPropertyRange has changed

Specified by:
objectPropertyRangeChanged in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty

subObjectPropertyOfAdded

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

Specified by:
subObjectPropertyOfAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

subObjectPropertyOfRemoved

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

Specified by:
subObjectPropertyOfRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value

inverseOfAdded

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

Specified by:
inverseOfAdded in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
newValue - the object representing the new value

inverseOfRemoved

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

Specified by:
inverseOfRemoved in interface FunctionalObjectPropertyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
oldValue - the object representing the removed value


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