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