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