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