org.openanzo.rdfs
Interface ListListener

All Superinterfaces:
ThingListener

public interface ListListener
extends ThingListener

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


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

Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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

firstAdded

void firstAdded(List source,
                _Resource newValue)
Called when a value of first has been added

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

firstRemoved

void firstRemoved(List source,
                  _Resource oldValue)
Called when a value of first has been removed

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

restAdded

void restAdded(List source,
               List newValue)
Called when a value of rest has been added

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

restRemoved

void restRemoved(List source,
                 List oldValue)
Called when a value of rest has been removed

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


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