org.openanzo.owl.dataset
Class NothingListenerAdapter

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

public class NothingListenerAdapter
extends java.lang.Object
implements NothingListener

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


Constructor Summary
NothingListenerAdapter()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NothingListenerAdapter

public NothingListenerAdapter()
Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

subClassOfAdded

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

Specified by:
subClassOfAdded in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing
newValue - the object representing the new value

subClassOfRemoved

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

Specified by:
subClassOfRemoved in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing
oldValue - the object representing the removed value

oneOfChanged

public void oneOfChanged(Nothing source)
Called when oneOf has changed

Specified by:
oneOfChanged in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing

disjointUnionOfAdded

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

Specified by:
disjointUnionOfAdded in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing
newValue - the object representing the new value

disjointUnionOfRemoved

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

Specified by:
disjointUnionOfRemoved in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing
oldValue - the object representing the removed value

disjointWithAdded

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

Specified by:
disjointWithAdded in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing
newValue - the object representing the new value

disjointWithRemoved

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

Specified by:
disjointWithRemoved in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing
oldValue - the object representing the removed value

equivalentClassAdded

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

Specified by:
equivalentClassAdded in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing
newValue - the object representing the new value

equivalentClassRemoved

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

Specified by:
equivalentClassRemoved in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing
oldValue - the object representing the removed value

intersectionOfChanged

public void intersectionOfChanged(Nothing source)
Called when intersectionOf has changed

Specified by:
intersectionOfChanged in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing

unionOfChanged

public void unionOfChanged(Nothing source)
Called when unionOf has changed

Specified by:
unionOfChanged in interface NothingListener
Parameters:
source - the affected instance of org.openanzo.owl.dataset.Nothing


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