|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.owl.dataset.AnnotationPropertyListenerAdapter
public class AnnotationPropertyListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.AnnotationProperty to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
AnnotationPropertyListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
commentAdded(AnnotationProperty source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(AnnotationProperty source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
differentFromAdded(AnnotationProperty source,
OWLEntity newValue)
Called when a value of differentFrom has been added |
void |
differentFromRemoved(AnnotationProperty source,
OWLEntity oldValue)
Called when a value of differentFrom has been removed |
void |
isDefinedByAdded(AnnotationProperty source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(AnnotationProperty source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(AnnotationProperty source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(AnnotationProperty source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(AnnotationProperty source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(AnnotationProperty source,
_Resource oldValue)
Called when a value of member has been removed |
void |
sameAsAdded(AnnotationProperty source,
OWLEntity newValue)
Called when a value of sameAs has been added |
void |
sameAsRemoved(AnnotationProperty source,
OWLEntity oldValue)
Called when a value of sameAs has been removed |
void |
seeAlsoAdded(AnnotationProperty source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(AnnotationProperty source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
typeAdded(AnnotationProperty source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(AnnotationProperty source,
Class oldValue)
Called when a value of type has been removed |
void |
valueAdded(AnnotationProperty source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(AnnotationProperty 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 AnnotationPropertyListenerAdapter()
| Method Detail |
|---|
public void commentAdded(AnnotationProperty source,
java.lang.String newValue)
commentAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void commentRemoved(AnnotationProperty source,
java.lang.String oldValue)
commentRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
public void labelAdded(AnnotationProperty source,
java.lang.String newValue)
labelAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void labelRemoved(AnnotationProperty source,
java.lang.String oldValue)
labelRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
public void typeAdded(AnnotationProperty source,
Class newValue)
typeAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void typeRemoved(AnnotationProperty source,
Class oldValue)
typeRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
public void valueAdded(AnnotationProperty source,
_Resource newValue)
valueAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void valueRemoved(AnnotationProperty source,
_Resource oldValue)
valueRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
public void isDefinedByAdded(AnnotationProperty source,
_Resource newValue)
isDefinedByAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void isDefinedByRemoved(AnnotationProperty source,
_Resource oldValue)
isDefinedByRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
public void memberAdded(AnnotationProperty source,
_Resource newValue)
memberAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void memberRemoved(AnnotationProperty source,
_Resource oldValue)
memberRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
public void seeAlsoAdded(AnnotationProperty source,
_Resource newValue)
seeAlsoAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void seeAlsoRemoved(AnnotationProperty source,
_Resource oldValue)
seeAlsoRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
public void differentFromAdded(AnnotationProperty source,
OWLEntity newValue)
differentFromAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void differentFromRemoved(AnnotationProperty source,
OWLEntity oldValue)
differentFromRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
public void sameAsAdded(AnnotationProperty source,
OWLEntity newValue)
sameAsAdded in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertynewValue - the object representing the new value
public void sameAsRemoved(AnnotationProperty source,
OWLEntity oldValue)
sameAsRemoved in interface AnnotationPropertyListenersource - the affected instance of org.openanzo.owl.dataset.AnnotationPropertyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||