|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassListener
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.Class to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
commentAdded(Class source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(Class source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
disjointUnionOfAdded(Class source,
Class newValue)
Called when a value of disjointUnionOf has been added |
void |
disjointUnionOfRemoved(Class source,
Class oldValue)
Called when a value of disjointUnionOf has been removed |
void |
disjointWithAdded(Class source,
Class newValue)
Called when a value of disjointWith has been added |
void |
disjointWithRemoved(Class source,
Class oldValue)
Called when a value of disjointWith has been removed |
void |
equivalentClassAdded(Class source,
Class newValue)
Called when a value of equivalentClass has been added |
void |
equivalentClassRemoved(Class source,
Class oldValue)
Called when a value of equivalentClass has been removed |
void |
intersectionOfChanged(Class source)
Called when intersectionOf has changed |
void |
isDefinedByAdded(Class source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(Class source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(Class source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(Class source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(Class source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(Class source,
_Resource oldValue)
Called when a value of member has been removed |
void |
oneOfChanged(Class source)
Called when oneOf has changed |
void |
seeAlsoAdded(Class source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(Class source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
subClassOfAdded(Class source,
Class newValue)
Called when a value of subClassOf has been added |
void |
subClassOfRemoved(Class source,
Class oldValue)
Called when a value of subClassOf has been removed |
void |
typeAdded(Class source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(Class source,
Class oldValue)
Called when a value of type has been removed |
void |
unionOfChanged(Class source)
Called when unionOf has changed |
void |
valueAdded(Class source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(Class source,
_Resource oldValue)
Called when a value of value has been removed |
| Method Detail |
|---|
void commentAdded(Class source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void commentRemoved(Class source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void labelAdded(Class source,
java.lang.String newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void labelRemoved(Class source,
java.lang.String oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void typeAdded(Class source,
Class newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void typeRemoved(Class source,
Class oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void valueAdded(Class source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void valueRemoved(Class source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void isDefinedByAdded(Class source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void isDefinedByRemoved(Class source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void memberAdded(Class source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void memberRemoved(Class source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void seeAlsoAdded(Class source,
_Resource newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void seeAlsoRemoved(Class source,
_Resource oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void subClassOfAdded(Class source,
Class newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void subClassOfRemoved(Class source,
Class oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed valuevoid oneOfChanged(Class source)
source - the affected instance of org.openanzo.owl.dataset.Class
void disjointUnionOfAdded(Class source,
Class newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void disjointUnionOfRemoved(Class source,
Class oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void disjointWithAdded(Class source,
Class newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void disjointWithRemoved(Class source,
Class oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed value
void equivalentClassAdded(Class source,
Class newValue)
source - the affected instance of org.openanzo.owl.dataset.ClassnewValue - the object representing the new value
void equivalentClassRemoved(Class source,
Class oldValue)
source - the affected instance of org.openanzo.owl.dataset.ClassoldValue - the object representing the removed valuevoid intersectionOfChanged(Class source)
source - the affected instance of org.openanzo.owl.dataset.Classvoid unionOfChanged(Class source)
source - the affected instance of org.openanzo.owl.dataset.Class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||