public interface ScopeEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
scopeActivated(Scope scope)
Called after an ontology scope, assuming it is already registered
somewhere, is activated.
|
void |
scopeCreated(Scope scope)
Called after a new ontology scope has been created.
|
void |
scopeDeactivated(Scope scope)
Called after an ontology scope, assuming it is already registered
somewhere, is deactivated.
|
void |
scopeRegistered(Scope scope)
Called after an ontology scope is added to the scope registry.
|
void |
scopeUnregistered(Scope scope)
Called after an ontology scope is removed from the scope registry.
|
void scopeActivated(Scope scope)
scope - the activated ontology scopevoid scopeCreated(Scope scope)
scope - the created ontology scopevoid scopeDeactivated(Scope scope)
scope - the deactivated ontology scopevoid scopeUnregistered(Scope scope)
scope - the deregistered ontology scopevoid scopeRegistered(Scope scope)
scope - the registered ontology scopeCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.