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