org.openanzo.owl.dataset
Class FunctionalPropetyListenerAdapter

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

public class FunctionalPropetyListenerAdapter
extends java.lang.Object
implements FunctionalPropetyListener

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


Constructor Summary
FunctionalPropetyListenerAdapter()
           
 
Method Summary
 void commentAdded(FunctionalPropety source, java.lang.String newValue)
          Called when a value of comment has been added
 void commentRemoved(FunctionalPropety source, java.lang.String oldValue)
          Called when a value of comment has been removed
 void dataPropertyDomainChanged(FunctionalPropety source)
          Called when dataPropertyDomain has changed
 void dataPropertyRangeChanged(FunctionalPropety source)
          Called when dataPropertyRange has changed
 void disjointDataPropertiesAdded(FunctionalPropety source, DatatypeProperty newValue)
          Called when a value of disjointDataProperties has been added
 void disjointDataPropertiesRemoved(FunctionalPropety source, DatatypeProperty oldValue)
          Called when a value of disjointDataProperties has been removed
 void domainChanged(FunctionalPropety source)
          Called when domain has changed
 void equivalentDataPropertyAdded(FunctionalPropety source, DatatypeProperty newValue)
          Called when a value of equivalentDataProperty has been added
 void equivalentDataPropertyRemoved(FunctionalPropety source, DatatypeProperty oldValue)
          Called when a value of equivalentDataProperty has been removed
 void equivalentPropertyAdded(FunctionalPropety source, DatatypeProperty newValue)
          Called when a value of equivalentProperty has been added
 void equivalentPropertyRemoved(FunctionalPropety source, DatatypeProperty oldValue)
          Called when a value of equivalentProperty has been removed
 void isDefinedByAdded(FunctionalPropety source, _Resource newValue)
          Called when a value of isDefinedBy has been added
 void isDefinedByRemoved(FunctionalPropety source, _Resource oldValue)
          Called when a value of isDefinedBy has been removed
 void labelAdded(FunctionalPropety source, java.lang.String newValue)
          Called when a value of label has been added
 void labelRemoved(FunctionalPropety source, java.lang.String oldValue)
          Called when a value of label has been removed
 void memberAdded(FunctionalPropety source, _Resource newValue)
          Called when a value of member has been added
 void memberRemoved(FunctionalPropety source, _Resource oldValue)
          Called when a value of member has been removed
 void rangeChanged(FunctionalPropety source)
          Called when range has changed
 void seeAlsoAdded(FunctionalPropety source, _Resource newValue)
          Called when a value of seeAlso has been added
 void seeAlsoRemoved(FunctionalPropety source, _Resource oldValue)
          Called when a value of seeAlso has been removed
 void subDataPropertyOfAdded(FunctionalPropety source, DatatypeProperty newValue)
          Called when a value of subDataPropertyOf has been added
 void subDataPropertyOfRemoved(FunctionalPropety source, DatatypeProperty oldValue)
          Called when a value of subDataPropertyOf has been removed
 void subPropertyOfAdded(FunctionalPropety source, _Property newValue)
          Called when a value of subPropertyOf has been added
 void subPropertyOfRemoved(FunctionalPropety source, _Property oldValue)
          Called when a value of subPropertyOf has been removed
 void typeAdded(FunctionalPropety source, Class newValue)
          Called when a value of type has been added
 void typeRemoved(FunctionalPropety source, Class oldValue)
          Called when a value of type has been removed
 void valueAdded(FunctionalPropety source, _Resource newValue)
          Called when a value of value has been added
 void valueRemoved(FunctionalPropety 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

FunctionalPropetyListenerAdapter

public FunctionalPropetyListenerAdapter()
Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

domainChanged

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

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

rangeChanged

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

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

subPropertyOfAdded

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

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

subPropertyOfRemoved

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

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

dataPropertyDomainChanged

public void dataPropertyDomainChanged(FunctionalPropety source)
Called when dataPropertyDomain has changed

Specified by:
dataPropertyDomainChanged in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety

dataPropertyRangeChanged

public void dataPropertyRangeChanged(FunctionalPropety source)
Called when dataPropertyRange has changed

Specified by:
dataPropertyRangeChanged in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety

disjointDataPropertiesAdded

public void disjointDataPropertiesAdded(FunctionalPropety source,
                                        DatatypeProperty newValue)
Called when a value of disjointDataProperties has been added

Specified by:
disjointDataPropertiesAdded in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety
newValue - the object representing the new value

disjointDataPropertiesRemoved

public void disjointDataPropertiesRemoved(FunctionalPropety source,
                                          DatatypeProperty oldValue)
Called when a value of disjointDataProperties has been removed

Specified by:
disjointDataPropertiesRemoved in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety
oldValue - the object representing the removed value

equivalentDataPropertyAdded

public void equivalentDataPropertyAdded(FunctionalPropety source,
                                        DatatypeProperty newValue)
Called when a value of equivalentDataProperty has been added

Specified by:
equivalentDataPropertyAdded in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety
newValue - the object representing the new value

equivalentDataPropertyRemoved

public void equivalentDataPropertyRemoved(FunctionalPropety source,
                                          DatatypeProperty oldValue)
Called when a value of equivalentDataProperty has been removed

Specified by:
equivalentDataPropertyRemoved in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety
oldValue - the object representing the removed value

subDataPropertyOfAdded

public void subDataPropertyOfAdded(FunctionalPropety source,
                                   DatatypeProperty newValue)
Called when a value of subDataPropertyOf has been added

Specified by:
subDataPropertyOfAdded in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety
newValue - the object representing the new value

subDataPropertyOfRemoved

public void subDataPropertyOfRemoved(FunctionalPropety source,
                                     DatatypeProperty oldValue)
Called when a value of subDataPropertyOf has been removed

Specified by:
subDataPropertyOfRemoved in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety
oldValue - the object representing the removed value

equivalentPropertyAdded

public void equivalentPropertyAdded(FunctionalPropety source,
                                    DatatypeProperty newValue)
Called when a value of equivalentProperty has been added

Specified by:
equivalentPropertyAdded in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety
newValue - the object representing the new value

equivalentPropertyRemoved

public void equivalentPropertyRemoved(FunctionalPropety source,
                                      DatatypeProperty oldValue)
Called when a value of equivalentProperty has been removed

Specified by:
equivalentPropertyRemoved in interface FunctionalPropetyListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.FunctionalPropety
oldValue - the object representing the removed value


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