|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OntologyListener
Implementations of this listener may be registered with instances of org.openanzo.owl.Ontology to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
ImportsAdded(Ontology source,
GraphThing newValue)
Called when a value of Imports has been added |
void |
ImportsRemoved(Ontology source,
GraphThing oldValue)
Called when a value of Imports has been removed |
| Method Detail |
|---|
void ImportsAdded(Ontology source,
GraphThing newValue)
source - the affected instance of org.openanzo.owl.OntologynewValue - the object representing the new value
void ImportsRemoved(Ontology source,
GraphThing oldValue)
source - the affected instance of org.openanzo.owl.OntologyoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||