org.openanzo.owl
Interface NothingListener

All Superinterfaces:
ThingListener

public interface NothingListener
extends ThingListener

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


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

Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

subClassOfAdded

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

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

subClassOfRemoved

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

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

oneOfChanged

void oneOfChanged(Nothing source)
Called when oneOf has changed

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

disjointUnionOfAdded

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

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

disjointUnionOfRemoved

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

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

disjointWithAdded

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

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

disjointWithRemoved

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

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

equivalentClassAdded

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

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

equivalentClassRemoved

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

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

intersectionOfChanged

void intersectionOfChanged(Nothing source)
Called when intersectionOf has changed

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

unionOfChanged

void unionOfChanged(Nothing source)
Called when unionOf has changed

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


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