Class TopiaContextAdapter
java.lang.Object
org.nuiton.topia.persistence.event.TopiaContextAdapter
- All Implemented Interfaces:
EventListener,TopiaSchemaListener
Adapter pattern of
TopiaSchemaListener.
This implementation does nothing but permits developpers to use this adapater
without to have to implements all methods.- Since:
- 2.3.4
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after createSchema callvoidpostDropSchema(TopiaContextEvent event) Called after dropSchema callvoidCalled after updateSchema callvoidpreCreateSchema(TopiaContextEvent event) Called before createSchema callvoidpreDropSchema(TopiaContextEvent event) Called before dropSchema callvoidpreUpdateSchema(TopiaContextEvent event) Called before updateSchema call
-
Constructor Details
-
TopiaContextAdapter
public TopiaContextAdapter()
-
-
Method Details
-
preDropSchema
Description copied from interface:TopiaSchemaListenerCalled before dropSchema call- Specified by:
preDropSchemain interfaceTopiaSchemaListener- Parameters:
event- event
-
postDropSchema
Description copied from interface:TopiaSchemaListenerCalled after dropSchema call- Specified by:
postDropSchemain interfaceTopiaSchemaListener- Parameters:
event- event
-
preCreateSchema
Description copied from interface:TopiaSchemaListenerCalled before createSchema call- Specified by:
preCreateSchemain interfaceTopiaSchemaListener- Parameters:
event- event
-
postCreateSchema
Description copied from interface:TopiaSchemaListenerCalled after createSchema call- Specified by:
postCreateSchemain interfaceTopiaSchemaListener- Parameters:
event- event
-
preUpdateSchema
Description copied from interface:TopiaSchemaListenerCalled before updateSchema call- Specified by:
preUpdateSchemain interfaceTopiaSchemaListener- Parameters:
event- event
-
postUpdateSchema
Description copied from interface:TopiaSchemaListenerCalled after updateSchema call- Specified by:
postUpdateSchemain interfaceTopiaSchemaListener- Parameters:
event- event
-