|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.rdfs.dataset.DatatypeListenerAdapter
public class DatatypeListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Datatype to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
DatatypeListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
commentAdded(Datatype source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
commentRemoved(Datatype source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
isDefinedByAdded(Datatype source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
isDefinedByRemoved(Datatype source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
labelAdded(Datatype source,
java.lang.String newValue)
Called when a value of label has been added |
void |
labelRemoved(Datatype source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
memberAdded(Datatype source,
_Resource newValue)
Called when a value of member has been added |
void |
memberRemoved(Datatype source,
_Resource oldValue)
Called when a value of member has been removed |
void |
seeAlsoAdded(Datatype source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
seeAlsoRemoved(Datatype source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
subClassOfAdded(Datatype source,
Class newValue)
Called when a value of subClassOf has been added |
void |
subClassOfRemoved(Datatype source,
Class oldValue)
Called when a value of subClassOf has been removed |
void |
typeAdded(Datatype source,
Class newValue)
Called when a value of type has been added |
void |
typeRemoved(Datatype source,
Class oldValue)
Called when a value of type has been removed |
void |
valueAdded(Datatype source,
_Resource newValue)
Called when a value of value has been added |
void |
valueRemoved(Datatype 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 DatatypeListenerAdapter()
| Method Detail |
|---|
public void commentAdded(Datatype source,
java.lang.String newValue)
commentAdded in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypenewValue - the object representing the new value
public void commentRemoved(Datatype source,
java.lang.String oldValue)
commentRemoved in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypeoldValue - the object representing the removed value
public void labelAdded(Datatype source,
java.lang.String newValue)
labelAdded in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypenewValue - the object representing the new value
public void labelRemoved(Datatype source,
java.lang.String oldValue)
labelRemoved in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypeoldValue - the object representing the removed value
public void typeAdded(Datatype source,
Class newValue)
typeAdded in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypenewValue - the object representing the new value
public void typeRemoved(Datatype source,
Class oldValue)
typeRemoved in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypeoldValue - the object representing the removed value
public void valueAdded(Datatype source,
_Resource newValue)
valueAdded in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypenewValue - the object representing the new value
public void valueRemoved(Datatype source,
_Resource oldValue)
valueRemoved in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypeoldValue - the object representing the removed value
public void isDefinedByAdded(Datatype source,
_Resource newValue)
isDefinedByAdded in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypenewValue - the object representing the new value
public void isDefinedByRemoved(Datatype source,
_Resource oldValue)
isDefinedByRemoved in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypeoldValue - the object representing the removed value
public void memberAdded(Datatype source,
_Resource newValue)
memberAdded in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypenewValue - the object representing the new value
public void memberRemoved(Datatype source,
_Resource oldValue)
memberRemoved in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypeoldValue - the object representing the removed value
public void seeAlsoAdded(Datatype source,
_Resource newValue)
seeAlsoAdded in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypenewValue - the object representing the new value
public void seeAlsoRemoved(Datatype source,
_Resource oldValue)
seeAlsoRemoved in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypeoldValue - the object representing the removed value
public void subClassOfAdded(Datatype source,
Class newValue)
subClassOfAdded in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypenewValue - the object representing the new value
public void subClassOfRemoved(Datatype source,
Class oldValue)
subClassOfRemoved in interface DatatypeListenersource - the affected instance of org.openanzo.rdfs.dataset.DatatypeoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||