org.openanzo.rdfs
Interface BagListener

All Superinterfaces:
ThingListener

public interface BagListener
extends ThingListener

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


Method Summary
 void commentAdded(Bag source, java.lang.String newValue)
          Called when a value of comment has been added
 void commentRemoved(Bag source, java.lang.String oldValue)
          Called when a value of comment has been removed
 void isDefinedByAdded(Bag source, _Resource newValue)
          Called when a value of isDefinedBy has been added
 void isDefinedByRemoved(Bag source, _Resource oldValue)
          Called when a value of isDefinedBy has been removed
 void labelAdded(Bag source, java.lang.String newValue)
          Called when a value of label has been added
 void labelRemoved(Bag source, java.lang.String oldValue)
          Called when a value of label has been removed
 void memberAdded(Bag source, _Resource newValue)
          Called when a value of member has been added
 void memberRemoved(Bag source, _Resource oldValue)
          Called when a value of member has been removed
 void seeAlsoAdded(Bag source, _Resource newValue)
          Called when a value of seeAlso has been added
 void seeAlsoRemoved(Bag source, _Resource oldValue)
          Called when a value of seeAlso has been removed
 void typeAdded(Bag source, Class newValue)
          Called when a value of type has been added
 void typeRemoved(Bag source, Class oldValue)
          Called when a value of type has been removed
 void valueAdded(Bag source, _Resource newValue)
          Called when a value of value has been added
 void valueRemoved(Bag source, _Resource oldValue)
          Called when a value of value has been removed
 

Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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


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