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