|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionalDataPropetyListener
Implementations of this listener may be registered with instances of org.openanzo.owl.FunctionalDataPropety to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
commentAdded(FunctionalDataPropety source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(FunctionalDataPropety source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
dataPropertyDomainChanged(FunctionalDataPropety source)
Called when dataPropertyDomain has changed |
void |
dataPropertyRangeChanged(FunctionalDataPropety source)
Called when dataPropertyRange has changed |
void |
disjointDataPropertiesAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
Called when a value of disjointDataProperties has been added |
void |
disjointDataPropertiesRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
Called when a value of disjointDataProperties has been removed |
void |
domainChanged(FunctionalDataPropety source)
Called when domain has changed |
void |
equivalentDataPropertyAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
Called when a value of equivalentDataProperty has been added |
void |
equivalentDataPropertyRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
Called when a value of equivalentDataProperty has been removed |
void |
equivalentPropertyAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
Called when a value of equivalentProperty has been added |
void |
equivalentPropertyRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
Called when a value of equivalentProperty has been removed |
void |
isDefinedByAdded(FunctionalDataPropety source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(FunctionalDataPropety source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(FunctionalDataPropety source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(FunctionalDataPropety source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(FunctionalDataPropety source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(FunctionalDataPropety source,
_Resource oldValue)
Called when a value of member has been removed |
void |
rangeChanged(FunctionalDataPropety source)
Called when range has changed |
void |
seeAlsoAdded(FunctionalDataPropety source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(FunctionalDataPropety source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
subDataPropertyOfAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
Called when a value of subDataPropertyOf has been added |
void |
subDataPropertyOfRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
Called when a value of subDataPropertyOf has been removed |
void |
subPropertyOfAdded(FunctionalDataPropety source,
_Property newValue)
Called when a value of subPropertyOf has been added |
void |
subPropertyOfRemoved(FunctionalDataPropety source,
_Property oldValue)
Called when a value of subPropertyOf has been removed |
void |
typeAdded(FunctionalDataPropety source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(FunctionalDataPropety source,
Class oldValue)
Called when a value of type has been removed |
void |
valueAdded(FunctionalDataPropety source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(FunctionalDataPropety source,
_Resource oldValue)
Called when a value of value has been removed |
| Method Detail |
|---|
void commentAdded(FunctionalDataPropety source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void commentRemoved(FunctionalDataPropety source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void labelAdded(FunctionalDataPropety source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void labelRemoved(FunctionalDataPropety source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void typeAdded(FunctionalDataPropety source,
Class newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void typeRemoved(FunctionalDataPropety source,
Class oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void valueAdded(FunctionalDataPropety source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void valueRemoved(FunctionalDataPropety source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void isDefinedByAdded(FunctionalDataPropety source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void isDefinedByRemoved(FunctionalDataPropety source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void memberAdded(FunctionalDataPropety source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void memberRemoved(FunctionalDataPropety source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void seeAlsoAdded(FunctionalDataPropety source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void seeAlsoRemoved(FunctionalDataPropety source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed valuevoid domainChanged(FunctionalDataPropety source)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyvoid rangeChanged(FunctionalDataPropety source)
source - the affected instance of org.openanzo.owl.FunctionalDataPropety
void subPropertyOfAdded(FunctionalDataPropety source,
_Property newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void subPropertyOfRemoved(FunctionalDataPropety source,
_Property oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed valuevoid dataPropertyDomainChanged(FunctionalDataPropety source)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyvoid dataPropertyRangeChanged(FunctionalDataPropety source)
source - the affected instance of org.openanzo.owl.FunctionalDataPropety
void disjointDataPropertiesAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void disjointDataPropertiesRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void equivalentDataPropertyAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void equivalentDataPropertyRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void subDataPropertyOfAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void subDataPropertyOfRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
void equivalentPropertyAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetynewValue - the object representing the new value
void equivalentPropertyRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
source - the affected instance of org.openanzo.owl.FunctionalDataPropetyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||