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