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