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