org.openanzo.owl.dataset
Class FunctionalPropertyListenerAdapter

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

public class FunctionalPropertyListenerAdapter
extends java.lang.Object
implements FunctionalPropertyListener

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


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

FunctionalPropertyListenerAdapter

public FunctionalPropertyListenerAdapter()
Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

domainChanged

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

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

rangeChanged

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

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

subPropertyOfAdded

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

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

subPropertyOfRemoved

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

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

disjointObjectPropertiesAdded

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

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

disjointObjectPropertiesRemoved

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

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

equivalentObjectPropertyAdded

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

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

equivalentObjectPropertyRemoved

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

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

objectPropertyDomainChanged

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

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

objectPropertyRangeChanged

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

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

subObjectPropertyOfAdded

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

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

subObjectPropertyOfRemoved

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

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

inverseOfAdded

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

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

inverseOfRemoved

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

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


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