|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.owl.dataset.NothingListenerAdapter
public class NothingListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.Nothing to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
NothingListenerAdapter()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NothingListenerAdapter()
| Method Detail |
|---|
public void commentAdded(Nothing source,
java.lang.String newValue)
commentAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void commentRemoved(Nothing source,
java.lang.String oldValue)
commentRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void labelAdded(Nothing source,
java.lang.String newValue)
labelAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void labelRemoved(Nothing source,
java.lang.String oldValue)
labelRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void typeAdded(Nothing source,
Class newValue)
typeAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void typeRemoved(Nothing source,
Class oldValue)
typeRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void valueAdded(Nothing source,
_Resource newValue)
valueAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void valueRemoved(Nothing source,
_Resource oldValue)
valueRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void isDefinedByAdded(Nothing source,
_Resource newValue)
isDefinedByAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void isDefinedByRemoved(Nothing source,
_Resource oldValue)
isDefinedByRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void memberAdded(Nothing source,
_Resource newValue)
memberAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void memberRemoved(Nothing source,
_Resource oldValue)
memberRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void seeAlsoAdded(Nothing source,
_Resource newValue)
seeAlsoAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void seeAlsoRemoved(Nothing source,
_Resource oldValue)
seeAlsoRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void subClassOfAdded(Nothing source,
Class newValue)
subClassOfAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void subClassOfRemoved(Nothing source,
Class oldValue)
subClassOfRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed valuepublic void oneOfChanged(Nothing source)
oneOfChanged in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.Nothing
public void disjointUnionOfAdded(Nothing source,
Class newValue)
disjointUnionOfAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void disjointUnionOfRemoved(Nothing source,
Class oldValue)
disjointUnionOfRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void disjointWithAdded(Nothing source,
Class newValue)
disjointWithAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void disjointWithRemoved(Nothing source,
Class oldValue)
disjointWithRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed value
public void equivalentClassAdded(Nothing source,
Class newValue)
equivalentClassAdded in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingnewValue - the object representing the new value
public void equivalentClassRemoved(Nothing source,
Class oldValue)
equivalentClassRemoved in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.NothingoldValue - the object representing the removed valuepublic void intersectionOfChanged(Nothing source)
intersectionOfChanged in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.Nothingpublic void unionOfChanged(Nothing source)
unionOfChanged in interface NothingListenersource - the affected instance of org.openanzo.owl.dataset.Nothing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||