public class TopiaContextAdapter extends Object implements TopiaContextListener
TopiaContextListener.
This implementation does nothing but permits developpers to use this adapater
without to have to implements all methods.| Constructor and Description |
|---|
TopiaContextAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
postCreateSchema(TopiaContextEvent event)
Called after createSchema call
|
void |
postRestoreSchema(TopiaContextEvent event)
Called after updateSchema call
|
void |
postUpdateSchema(TopiaContextEvent event)
Called after updateSchema call
|
void |
preCreateSchema(TopiaContextEvent event)
Called before createSchema call
|
void |
preRestoreSchema(TopiaContextEvent event)
Called after updateSchema call
|
void |
preUpdateSchema(TopiaContextEvent event)
Called before updateSchema call
|
public void preCreateSchema(TopiaContextEvent event)
TopiaContextListenerpreCreateSchema in interface TopiaContextListenerevent - evetpublic void postCreateSchema(TopiaContextEvent event)
TopiaContextListenerpostCreateSchema in interface TopiaContextListenerevent - eventpublic void preUpdateSchema(TopiaContextEvent event)
TopiaContextListenerpreUpdateSchema in interface TopiaContextListenerevent - eventpublic void postUpdateSchema(TopiaContextEvent event)
TopiaContextListenerpostUpdateSchema in interface TopiaContextListenerevent - eventpublic void preRestoreSchema(TopiaContextEvent event)
TopiaContextListenerpreRestoreSchema in interface TopiaContextListenerevent - eventpublic void postRestoreSchema(TopiaContextEvent event)
TopiaContextListenerpostRestoreSchema in interface TopiaContextListenerevent - eventCopyright © 2004–2022 Code Lutin. All rights reserved.