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