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