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