|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.rdfs.dataset.SeqListenerAdapter
public class SeqListenerAdapter
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 |
|---|
public SeqListenerAdapter()
| Method Detail |
|---|
public void commentAdded(Seq source,
java.lang.String newValue)
commentAdded in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqnewValue - the object representing the new value
public void commentRemoved(Seq source,
java.lang.String oldValue)
commentRemoved in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqoldValue - the object representing the removed value
public void labelAdded(Seq source,
java.lang.String newValue)
labelAdded in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqnewValue - the object representing the new value
public void labelRemoved(Seq source,
java.lang.String oldValue)
labelRemoved in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqoldValue - the object representing the removed value
public void typeAdded(Seq source,
Class newValue)
typeAdded in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqnewValue - the object representing the new value
public void typeRemoved(Seq source,
Class oldValue)
typeRemoved in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqoldValue - the object representing the removed value
public void valueAdded(Seq source,
_Resource newValue)
valueAdded in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqnewValue - the object representing the new value
public void valueRemoved(Seq source,
_Resource oldValue)
valueRemoved in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqoldValue - the object representing the removed value
public void isDefinedByAdded(Seq source,
_Resource newValue)
isDefinedByAdded in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqnewValue - the object representing the new value
public void isDefinedByRemoved(Seq source,
_Resource oldValue)
isDefinedByRemoved in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqoldValue - the object representing the removed value
public void memberAdded(Seq source,
_Resource newValue)
memberAdded in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqnewValue - the object representing the new value
public void memberRemoved(Seq source,
_Resource oldValue)
memberRemoved in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqoldValue - the object representing the removed value
public void seeAlsoAdded(Seq source,
_Resource newValue)
seeAlsoAdded in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqnewValue - the object representing the new value
public void seeAlsoRemoved(Seq source,
_Resource oldValue)
seeAlsoRemoved in interface SeqListenersource - the affected instance of org.openanzo.rdfs.dataset.SeqoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||