|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LiteralListener
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Literal to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
commentAdded(Literal source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(Literal source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
isDefinedByAdded(Literal source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(Literal source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(Literal source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(Literal source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(Literal source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(Literal source,
_Resource oldValue)
Called when a value of member has been removed |
void |
seeAlsoAdded(Literal source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(Literal source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
typeAdded(Literal source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(Literal source,
Class oldValue)
Called when a value of type has been removed |
void |
valueAdded(Literal source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(Literal source,
_Resource oldValue)
Called when a value of value has been removed |
| Method Detail |
|---|
void commentAdded(Literal source,
java.lang.String newValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteralnewValue - the object representing the new value
void commentRemoved(Literal source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteraloldValue - the object representing the removed value
void labelAdded(Literal source,
java.lang.String newValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteralnewValue - the object representing the new value
void labelRemoved(Literal source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteraloldValue - the object representing the removed value
void typeAdded(Literal source,
Class newValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteralnewValue - the object representing the new value
void typeRemoved(Literal source,
Class oldValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteraloldValue - the object representing the removed value
void valueAdded(Literal source,
_Resource newValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteralnewValue - the object representing the new value
void valueRemoved(Literal source,
_Resource oldValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteraloldValue - the object representing the removed value
void isDefinedByAdded(Literal source,
_Resource newValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteralnewValue - the object representing the new value
void isDefinedByRemoved(Literal source,
_Resource oldValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteraloldValue - the object representing the removed value
void memberAdded(Literal source,
_Resource newValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteralnewValue - the object representing the new value
void memberRemoved(Literal source,
_Resource oldValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteraloldValue - the object representing the removed value
void seeAlsoAdded(Literal source,
_Resource newValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteralnewValue - the object representing the new value
void seeAlsoRemoved(Literal source,
_Resource oldValue)
source - the affected instance of org.openanzo.rdfs.dataset.LiteraloldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||