| Package | Description |
|---|---|
| org.nuiton.topia |
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
|
| org.nuiton.topia.event |
Events used for topia services.
|
| org.nuiton.topia.framework |
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services. |
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaListenableSupport.addTopiaSchemaListener(TopiaSchemaListener listener)
Register to the context a TopiaSchemaListener about any schema
modification.
|
void |
TopiaListenableSupport.removeTopiaSchemaListener(TopiaSchemaListener listener)
Unregister the given TopiaSchemaListener about any schema modification
from the context
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaContextListener
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopiaContextAdapter
Adapter pattern of
TopiaContextListener. |
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.util.ListenerSet<TopiaSchemaListener> |
TopiaFiresSupport.topiaSchemaListeners |
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.util.ListenerSet<TopiaSchemaListener> |
TopiaFiresSupport.getTopiaSchemaListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaFiresSupport.addTopiaSchemaListener(TopiaSchemaListener listener) |
void |
AbstractTopiaContext.addTopiaSchemaListener(TopiaSchemaListener listener) |
void |
TopiaFiresSupport.removeTopiaSchemaListener(TopiaSchemaListener listener) |
void |
AbstractTopiaContext.removeTopiaSchemaListener(TopiaSchemaListener listener) |
Copyright © 2004–2013 CodeLutin. All rights reserved.