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