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