|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.owl.dataset.OWLEntityListenerAdapter
public class OWLEntityListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.OWLEntity to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
OWLEntityListenerAdapter()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWLEntityListenerAdapter()
| Method Detail |
|---|
public void commentAdded(OWLEntity source,
java.lang.String newValue)
commentAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void commentRemoved(OWLEntity source,
java.lang.String oldValue)
commentRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
public void labelAdded(OWLEntity source,
java.lang.String newValue)
labelAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void labelRemoved(OWLEntity source,
java.lang.String oldValue)
labelRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
public void typeAdded(OWLEntity source,
Class newValue)
typeAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void typeRemoved(OWLEntity source,
Class oldValue)
typeRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
public void valueAdded(OWLEntity source,
_Resource newValue)
valueAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void valueRemoved(OWLEntity source,
_Resource oldValue)
valueRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
public void isDefinedByAdded(OWLEntity source,
_Resource newValue)
isDefinedByAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void isDefinedByRemoved(OWLEntity source,
_Resource oldValue)
isDefinedByRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
public void memberAdded(OWLEntity source,
_Resource newValue)
memberAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void memberRemoved(OWLEntity source,
_Resource oldValue)
memberRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
public void seeAlsoAdded(OWLEntity source,
_Resource newValue)
seeAlsoAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void seeAlsoRemoved(OWLEntity source,
_Resource oldValue)
seeAlsoRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
public void differentFromAdded(OWLEntity source,
OWLEntity newValue)
differentFromAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void differentFromRemoved(OWLEntity source,
OWLEntity oldValue)
differentFromRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
public void sameAsAdded(OWLEntity source,
OWLEntity newValue)
sameAsAdded in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntitynewValue - the object representing the new value
public void sameAsRemoved(OWLEntity source,
OWLEntity oldValue)
sameAsRemoved in interface OWLEntityListenersource - the affected instance of org.openanzo.owl.dataset.OWLEntityoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||