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