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