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