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