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