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