org.openanzo.rdfs.dataset
Class SeqListenerAdapter

java.lang.Object
  extended by org.openanzo.rdfs.dataset.SeqListenerAdapter
All Implemented Interfaces:
ThingListener, SeqListener

public class SeqListenerAdapter
extends java.lang.Object
implements SeqListener

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


Constructor Summary
SeqListenerAdapter()
           
 
Method Summary
 void commentAdded(Seq source, java.lang.String newValue)
          Called when a value of comment has been added
 void commentRemoved(Seq source, java.lang.String oldValue)
          Called when a value of comment has been removed
 void isDefinedByAdded(Seq source, _Resource newValue)
          Called when a value of isDefinedBy has been added
 void isDefinedByRemoved(Seq source, _Resource oldValue)
          Called when a value of isDefinedBy has been removed
 void labelAdded(Seq source, java.lang.String newValue)
          Called when a value of label has been added
 void labelRemoved(Seq source, java.lang.String oldValue)
          Called when a value of label has been removed
 void memberAdded(Seq source, _Resource newValue)
          Called when a value of member has been added
 void memberRemoved(Seq source, _Resource oldValue)
          Called when a value of member has been removed
 void seeAlsoAdded(Seq source, _Resource newValue)
          Called when a value of seeAlso has been added
 void seeAlsoRemoved(Seq source, _Resource oldValue)
          Called when a value of seeAlso has been removed
 void typeAdded(Seq source, Class newValue)
          Called when a value of type has been added
 void typeRemoved(Seq source, Class oldValue)
          Called when a value of type has been removed
 void valueAdded(Seq source, _Resource newValue)
          Called when a value of value has been added
 void valueRemoved(Seq 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

SeqListenerAdapter

public SeqListenerAdapter()
Method Detail

commentAdded

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

Specified by:
commentAdded in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
newValue - the object representing the new value

commentRemoved

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

Specified by:
commentRemoved in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
oldValue - the object representing the removed value

labelAdded

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

Specified by:
labelAdded in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
newValue - the object representing the new value

labelRemoved

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

Specified by:
labelRemoved in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
oldValue - the object representing the removed value

typeAdded

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

Specified by:
typeAdded in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
newValue - the object representing the new value

typeRemoved

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

Specified by:
typeRemoved in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
oldValue - the object representing the removed value

valueAdded

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

Specified by:
valueAdded in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
newValue - the object representing the new value

valueRemoved

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

Specified by:
valueRemoved in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
oldValue - the object representing the removed value

isDefinedByAdded

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

Specified by:
isDefinedByAdded in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
newValue - the object representing the new value

isDefinedByRemoved

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

Specified by:
isDefinedByRemoved in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
oldValue - the object representing the removed value

memberAdded

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

Specified by:
memberAdded in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
newValue - the object representing the new value

memberRemoved

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

Specified by:
memberRemoved in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
oldValue - the object representing the removed value

seeAlsoAdded

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

Specified by:
seeAlsoAdded in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
newValue - the object representing the new value

seeAlsoRemoved

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

Specified by:
seeAlsoRemoved in interface SeqListener
Parameters:
source - the affected instance of org.openanzo.rdfs.dataset.Seq
oldValue - the object representing the removed value


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