|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.owl.dataset.FunctionalObjectPropertyListenerAdapter
public class FunctionalObjectPropertyListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.FunctionalObjectProperty to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
FunctionalObjectPropertyListenerAdapter()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionalObjectPropertyListenerAdapter()
| Method Detail |
|---|
public void commentAdded(FunctionalObjectProperty source,
java.lang.String newValue)
commentAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void commentRemoved(FunctionalObjectProperty source,
java.lang.String oldValue)
commentRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void labelAdded(FunctionalObjectProperty source,
java.lang.String newValue)
labelAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void labelRemoved(FunctionalObjectProperty source,
java.lang.String oldValue)
labelRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void typeAdded(FunctionalObjectProperty source,
Class newValue)
typeAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void typeRemoved(FunctionalObjectProperty source,
Class oldValue)
typeRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void valueAdded(FunctionalObjectProperty source,
_Resource newValue)
valueAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void valueRemoved(FunctionalObjectProperty source,
_Resource oldValue)
valueRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void isDefinedByAdded(FunctionalObjectProperty source,
_Resource newValue)
isDefinedByAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void isDefinedByRemoved(FunctionalObjectProperty source,
_Resource oldValue)
isDefinedByRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void memberAdded(FunctionalObjectProperty source,
_Resource newValue)
memberAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void memberRemoved(FunctionalObjectProperty source,
_Resource oldValue)
memberRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void seeAlsoAdded(FunctionalObjectProperty source,
_Resource newValue)
seeAlsoAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void seeAlsoRemoved(FunctionalObjectProperty source,
_Resource oldValue)
seeAlsoRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed valuepublic void domainChanged(FunctionalObjectProperty source)
domainChanged in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertypublic void rangeChanged(FunctionalObjectProperty source)
rangeChanged in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
public void subPropertyOfAdded(FunctionalObjectProperty source,
_Property newValue)
subPropertyOfAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void subPropertyOfRemoved(FunctionalObjectProperty source,
_Property oldValue)
subPropertyOfRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void disjointObjectPropertiesAdded(FunctionalObjectProperty source,
ObjectProperty newValue)
disjointObjectPropertiesAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void disjointObjectPropertiesRemoved(FunctionalObjectProperty source,
ObjectProperty oldValue)
disjointObjectPropertiesRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void equivalentObjectPropertyAdded(FunctionalObjectProperty source,
ObjectProperty newValue)
equivalentObjectPropertyAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void equivalentObjectPropertyRemoved(FunctionalObjectProperty source,
ObjectProperty oldValue)
equivalentObjectPropertyRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed valuepublic void objectPropertyDomainChanged(FunctionalObjectProperty source)
objectPropertyDomainChanged in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertypublic void objectPropertyRangeChanged(FunctionalObjectProperty source)
objectPropertyRangeChanged in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectProperty
public void subObjectPropertyOfAdded(FunctionalObjectProperty source,
ObjectProperty newValue)
subObjectPropertyOfAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void subObjectPropertyOfRemoved(FunctionalObjectProperty source,
ObjectProperty oldValue)
subObjectPropertyOfRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
public void inverseOfAdded(FunctionalObjectProperty source,
ObjectProperty newValue)
inverseOfAdded in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertynewValue - the object representing the new value
public void inverseOfRemoved(FunctionalObjectProperty source,
ObjectProperty oldValue)
inverseOfRemoved in interface FunctionalObjectPropertyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalObjectPropertyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||