org.openanzo.owl.dataset
Interface _ThingListener

All Superinterfaces:
ThingListener
All Known Implementing Classes:
_ThingListenerAdapter

public interface _ThingListener
extends ThingListener

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


Method Summary
 void commentAdded(_Thing source, java.lang.String newValue)
          Called when a value of comment has been added
 void commentRemoved(_Thing source, java.lang.String oldValue)
          Called when a value of comment has been removed
 void disjointUnionOfAdded(_Thing source, Class newValue)
          Called when a value of disjointUnionOf has been added
 void disjointUnionOfRemoved(_Thing source, Class oldValue)
          Called when a value of disjointUnionOf has been removed
 void disjointWithAdded(_Thing source, Class newValue)
          Called when a value of disjointWith has been added
 void disjointWithRemoved(_Thing source, Class oldValue)
          Called when a value of disjointWith has been removed
 void equivalentClassAdded(_Thing source, Class newValue)
          Called when a value of equivalentClass has been added
 void equivalentClassRemoved(_Thing source, Class oldValue)
          Called when a value of equivalentClass has been removed
 void intersectionOfChanged(_Thing source)
          Called when intersectionOf has changed
 void isDefinedByAdded(_Thing source, _Resource newValue)
          Called when a value of isDefinedBy has been added
 void isDefinedByRemoved(_Thing source, _Resource oldValue)
          Called when a value of isDefinedBy has been removed
 void labelAdded(_Thing source, java.lang.String newValue)
          Called when a value of label has been added
 void labelRemoved(_Thing source, java.lang.String oldValue)
          Called when a value of label has been removed
 void memberAdded(_Thing source, _Resource newValue)
          Called when a value of member has been added
 void memberRemoved(_Thing source, _Resource oldValue)
          Called when a value of member has been removed
 void oneOfChanged(_Thing source)
          Called when oneOf has changed
 void seeAlsoAdded(_Thing source, _Resource newValue)
          Called when a value of seeAlso has been added
 void seeAlsoRemoved(_Thing source, _Resource oldValue)
          Called when a value of seeAlso has been removed
 void subClassOfAdded(_Thing source, Class newValue)
          Called when a value of subClassOf has been added
 void subClassOfRemoved(_Thing source, Class oldValue)
          Called when a value of subClassOf has been removed
 void typeAdded(_Thing source, Class newValue)
          Called when a value of type has been added
 void typeRemoved(_Thing source, Class oldValue)
          Called when a value of type has been removed
 void unionOfChanged(_Thing source)
          Called when unionOf has changed
 void valueAdded(_Thing source, _Resource newValue)
          Called when a value of value has been added
 void valueRemoved(_Thing source, _Resource oldValue)
          Called when a value of value has been removed
 

Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

subClassOfAdded

void subClassOfAdded(_Thing source,
                     Class newValue)
Called when a value of subClassOf has been added

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

subClassOfRemoved

void subClassOfRemoved(_Thing source,
                       Class oldValue)
Called when a value of subClassOf has been removed

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

oneOfChanged

void oneOfChanged(_Thing source)
Called when oneOf has changed

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

disjointUnionOfAdded

void disjointUnionOfAdded(_Thing source,
                          Class newValue)
Called when a value of disjointUnionOf has been added

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

disjointUnionOfRemoved

void disjointUnionOfRemoved(_Thing source,
                            Class oldValue)
Called when a value of disjointUnionOf has been removed

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

disjointWithAdded

void disjointWithAdded(_Thing source,
                       Class newValue)
Called when a value of disjointWith has been added

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

disjointWithRemoved

void disjointWithRemoved(_Thing source,
                         Class oldValue)
Called when a value of disjointWith has been removed

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

equivalentClassAdded

void equivalentClassAdded(_Thing source,
                          Class newValue)
Called when a value of equivalentClass has been added

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

equivalentClassRemoved

void equivalentClassRemoved(_Thing source,
                            Class oldValue)
Called when a value of equivalentClass has been removed

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

intersectionOfChanged

void intersectionOfChanged(_Thing source)
Called when intersectionOf has changed

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

unionOfChanged

void unionOfChanged(_Thing source)
Called when unionOf has changed

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


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