| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support | |
| org.nuiton.topia.persistence.support |
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaDao.addTopiaEntityListener(TopiaEntityListener listener) |
void |
TopiaDao.removeTopiaEntityListener(TopiaEntityListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTopiaApplicationContext.addTopiaEntityListener(Class<? extends TopiaEntity> entityClass,
TopiaEntityListener listener) |
void |
AbstractTopiaDao.addTopiaEntityListener(TopiaEntityListener listener) |
void |
AbstractTopiaApplicationContext.addTopiaEntityListener(TopiaEntityListener listener) |
void |
AbstractTopiaApplicationContext.removeTopiaEntityListener(Class<? extends TopiaEntity> entityClass,
TopiaEntityListener listener) |
void |
AbstractTopiaDao.removeTopiaEntityListener(TopiaEntityListener listener) |
void |
AbstractTopiaApplicationContext.removeTopiaEntityListener(TopiaEntityListener listener) |
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.util.CategorisedListenerSet<TopiaEntityListener> |
AbstractTopiaListenableSupport.entityListeners
Listeners on entity events
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTopiaListenableSupport.addTopiaEntityListener(Class<? extends TopiaEntity> entityClass,
TopiaEntityListener listener) |
void |
AbstractTopiaListenableSupport.addTopiaEntityListener(TopiaEntityListener listener) |
void |
AbstractTopiaListenableSupport.removeTopiaEntityListener(Class<? extends TopiaEntity> entityClass,
TopiaEntityListener listener) |
void |
AbstractTopiaListenableSupport.removeTopiaEntityListener(TopiaEntityListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaListenableSupport.addTopiaEntityListener(Class<? extends TopiaEntity> entityClass,
TopiaEntityListener listener)
Register to the context a TopiaEntityListener about the given entity
class.
|
void |
TopiaListenableSupport.addTopiaEntityListener(TopiaEntityListener listener)
Register to the context a TopiaEntityListener about any TopiaEntity.
|
void |
TopiaListenableSupport.removeTopiaEntityListener(Class<? extends TopiaEntity> entityClass,
TopiaEntityListener listener)
Unregister the given TopiaEntityListener about the given entity class
from the context
|
void |
TopiaListenableSupport.removeTopiaEntityListener(TopiaEntityListener listener)
Unregister the given TopiaEntityListener about any TopiaEntity from the
context
|
Copyright © 2004–2019 CodeLutin. All rights reserved.