|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.owl.dataset.FunctionalDataPropetyListenerAdapter
public class FunctionalDataPropetyListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.FunctionalDataPropety to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
FunctionalDataPropetyListenerAdapter()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionalDataPropetyListenerAdapter()
| Method Detail |
|---|
public void commentAdded(FunctionalDataPropety source,
java.lang.String newValue)
commentAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void commentRemoved(FunctionalDataPropety source,
java.lang.String oldValue)
commentRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void labelAdded(FunctionalDataPropety source,
java.lang.String newValue)
labelAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void labelRemoved(FunctionalDataPropety source,
java.lang.String oldValue)
labelRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void typeAdded(FunctionalDataPropety source,
Class newValue)
typeAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void typeRemoved(FunctionalDataPropety source,
Class oldValue)
typeRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void valueAdded(FunctionalDataPropety source,
_Resource newValue)
valueAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void valueRemoved(FunctionalDataPropety source,
_Resource oldValue)
valueRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void isDefinedByAdded(FunctionalDataPropety source,
_Resource newValue)
isDefinedByAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void isDefinedByRemoved(FunctionalDataPropety source,
_Resource oldValue)
isDefinedByRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void memberAdded(FunctionalDataPropety source,
_Resource newValue)
memberAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void memberRemoved(FunctionalDataPropety source,
_Resource oldValue)
memberRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void seeAlsoAdded(FunctionalDataPropety source,
_Resource newValue)
seeAlsoAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void seeAlsoRemoved(FunctionalDataPropety source,
_Resource oldValue)
seeAlsoRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed valuepublic void domainChanged(FunctionalDataPropety source)
domainChanged in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetypublic void rangeChanged(FunctionalDataPropety source)
rangeChanged in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
public void subPropertyOfAdded(FunctionalDataPropety source,
_Property newValue)
subPropertyOfAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void subPropertyOfRemoved(FunctionalDataPropety source,
_Property oldValue)
subPropertyOfRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed valuepublic void dataPropertyDomainChanged(FunctionalDataPropety source)
dataPropertyDomainChanged in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetypublic void dataPropertyRangeChanged(FunctionalDataPropety source)
dataPropertyRangeChanged in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropety
public void disjointDataPropertiesAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
disjointDataPropertiesAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void disjointDataPropertiesRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
disjointDataPropertiesRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void equivalentDataPropertyAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
equivalentDataPropertyAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void equivalentDataPropertyRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
equivalentDataPropertyRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void subDataPropertyOfAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
subDataPropertyOfAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void subDataPropertyOfRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
subDataPropertyOfRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
public void equivalentPropertyAdded(FunctionalDataPropety source,
DatatypeProperty newValue)
equivalentPropertyAdded in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetynewValue - the object representing the new value
public void equivalentPropertyRemoved(FunctionalDataPropety source,
DatatypeProperty oldValue)
equivalentPropertyRemoved in interface FunctionalDataPropetyListenersource - the affected instance of org.openanzo.owl.dataset.FunctionalDataPropetyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||