org.openanzo.rdfs.dataset
Interface ContainerListener

All Superinterfaces:
ThingListener
All Known Implementing Classes:
ContainerListenerAdapter

public interface ContainerListener
extends ThingListener

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


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

Method Detail

commentAdded

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

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

commentRemoved

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

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

labelAdded

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

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

labelRemoved

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

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

typeAdded

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

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

typeRemoved

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

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

valueAdded

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

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

valueRemoved

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

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

isDefinedByAdded

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

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

isDefinedByRemoved

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

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

memberAdded

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

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

memberRemoved

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

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

seeAlsoAdded

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

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

seeAlsoRemoved

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

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


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