|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReflexivePropertyListener
Implementations of this listener may be registered with instances of org.openanzo.owl.ReflexiveProperty to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
commentAdded(ReflexiveProperty source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(ReflexiveProperty source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
disjointObjectPropertiesAdded(ReflexiveProperty source,
ObjectProperty newValue)
Called when a value of disjointObjectProperties has been added |
void |
disjointObjectPropertiesRemoved(ReflexiveProperty source,
ObjectProperty oldValue)
Called when a value of disjointObjectProperties has been removed |
void |
domainChanged(ReflexiveProperty source)
Called when domain has changed |
void |
equivalentObjectPropertyAdded(ReflexiveProperty source,
ObjectProperty newValue)
Called when a value of equivalentObjectProperty has been added |
void |
equivalentObjectPropertyRemoved(ReflexiveProperty source,
ObjectProperty oldValue)
Called when a value of equivalentObjectProperty has been removed |
void |
inverseOfAdded(ReflexiveProperty source,
ObjectProperty newValue)
Called when a value of inverseOf has been added |
void |
inverseOfRemoved(ReflexiveProperty source,
ObjectProperty oldValue)
Called when a value of inverseOf has been removed |
void |
isDefinedByAdded(ReflexiveProperty source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(ReflexiveProperty source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(ReflexiveProperty source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(ReflexiveProperty source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(ReflexiveProperty source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(ReflexiveProperty source,
_Resource oldValue)
Called when a value of member has been removed |
void |
objectPropertyDomainChanged(ReflexiveProperty source)
Called when objectPropertyDomain has changed |
void |
objectPropertyRangeChanged(ReflexiveProperty source)
Called when objectPropertyRange has changed |
void |
rangeChanged(ReflexiveProperty source)
Called when range has changed |
void |
seeAlsoAdded(ReflexiveProperty source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(ReflexiveProperty source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
subObjectPropertyOfAdded(ReflexiveProperty source,
ObjectProperty newValue)
Called when a value of subObjectPropertyOf has been added |
void |
subObjectPropertyOfRemoved(ReflexiveProperty source,
ObjectProperty oldValue)
Called when a value of subObjectPropertyOf has been removed |
void |
subPropertyOfAdded(ReflexiveProperty source,
_Property newValue)
Called when a value of subPropertyOf has been added |
void |
subPropertyOfRemoved(ReflexiveProperty source,
_Property oldValue)
Called when a value of subPropertyOf has been removed |
void |
typeAdded(ReflexiveProperty source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(ReflexiveProperty source,
Class oldValue)
Called when a value of type has been removed |
void |
valueAdded(ReflexiveProperty source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(ReflexiveProperty source,
_Resource oldValue)
Called when a value of value has been removed |
| Method Detail |
|---|
void commentAdded(ReflexiveProperty source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void commentRemoved(ReflexiveProperty source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void labelAdded(ReflexiveProperty source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void labelRemoved(ReflexiveProperty source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void typeAdded(ReflexiveProperty source,
Class newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void typeRemoved(ReflexiveProperty source,
Class oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void valueAdded(ReflexiveProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void valueRemoved(ReflexiveProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void isDefinedByAdded(ReflexiveProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void isDefinedByRemoved(ReflexiveProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void memberAdded(ReflexiveProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void memberRemoved(ReflexiveProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void seeAlsoAdded(ReflexiveProperty source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void seeAlsoRemoved(ReflexiveProperty source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed valuevoid domainChanged(ReflexiveProperty source)
source - the affected instance of org.openanzo.owl.ReflexivePropertyvoid rangeChanged(ReflexiveProperty source)
source - the affected instance of org.openanzo.owl.ReflexiveProperty
void subPropertyOfAdded(ReflexiveProperty source,
_Property newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void subPropertyOfRemoved(ReflexiveProperty source,
_Property oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void disjointObjectPropertiesAdded(ReflexiveProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void disjointObjectPropertiesRemoved(ReflexiveProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void equivalentObjectPropertyAdded(ReflexiveProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void equivalentObjectPropertyRemoved(ReflexiveProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed valuevoid objectPropertyDomainChanged(ReflexiveProperty source)
source - the affected instance of org.openanzo.owl.ReflexivePropertyvoid objectPropertyRangeChanged(ReflexiveProperty source)
source - the affected instance of org.openanzo.owl.ReflexiveProperty
void subObjectPropertyOfAdded(ReflexiveProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void subObjectPropertyOfRemoved(ReflexiveProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
void inverseOfAdded(ReflexiveProperty source,
ObjectProperty newValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertynewValue - the object representing the new value
void inverseOfRemoved(ReflexiveProperty source,
ObjectProperty oldValue)
source - the affected instance of org.openanzo.owl.ReflexivePropertyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||