org.openanzo.owl.dataset
Interface FunctionalDataPropetyListener

All Superinterfaces:
ThingListener
All Known Implementing Classes:
FunctionalDataPropetyListenerAdapter

public interface FunctionalDataPropetyListener
extends ThingListener

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


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

Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

domainChanged

void domainChanged(FunctionalDataPropety source)
Called when domain has changed

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

rangeChanged

void rangeChanged(FunctionalDataPropety source)
Called when range has changed

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

subPropertyOfAdded

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

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

subPropertyOfRemoved

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

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

dataPropertyDomainChanged

void dataPropertyDomainChanged(FunctionalDataPropety source)
Called when dataPropertyDomain has changed

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

dataPropertyRangeChanged

void dataPropertyRangeChanged(FunctionalDataPropety source)
Called when dataPropertyRange has changed

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

disjointDataPropertiesAdded

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

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

disjointDataPropertiesRemoved

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

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

equivalentDataPropertyAdded

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

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

equivalentDataPropertyRemoved

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

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

subDataPropertyOfAdded

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

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

subDataPropertyOfRemoved

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

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

equivalentPropertyAdded

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

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

equivalentPropertyRemoved

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

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


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