|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatasetListener
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.Dataset to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
defaultGraphAdded(Dataset source,
NamedGraph newValue)
Called when a value of defaultGraph has been added |
void |
defaultGraphRemoved(Dataset source,
NamedGraph oldValue)
Called when a value of defaultGraph has been removed |
void |
namedGraphAdded(Dataset source,
NamedGraph newValue)
Called when a value of namedGraph has been added |
void |
namedGraphRemoved(Dataset source,
NamedGraph oldValue)
Called when a value of namedGraph has been removed |
| Method Detail |
|---|
void defaultGraphAdded(Dataset source,
NamedGraph newValue)
source - the affected instance of org.openanzo.common.ontology.DatasetnewValue - the object representing the new value
void defaultGraphRemoved(Dataset source,
NamedGraph oldValue)
source - the affected instance of org.openanzo.common.ontology.DatasetoldValue - the object representing the removed value
void namedGraphAdded(Dataset source,
NamedGraph newValue)
source - the affected instance of org.openanzo.common.ontology.DatasetnewValue - the object representing the new value
void namedGraphRemoved(Dataset source,
NamedGraph oldValue)
source - the affected instance of org.openanzo.common.ontology.DatasetoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||