Interface TopiaSchemaListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
TopiaContextAdapter
Listener for TopiaContext actions.
Listener are notified for action such as :
- createSchema
- updateSchema
- ...
- Since:
- 3.0
- Author:
- Arnaud Thimel (Code Lutin)
-
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
-
Method Details
-
preCreateSchema
Called before createSchema call- Parameters:
event- event
-
postCreateSchema
Called after createSchema call- Parameters:
event- event
-
preUpdateSchema
Called before updateSchema call- Parameters:
event- event
-
postUpdateSchema
Called after updateSchema call- Parameters:
event- event
-
preDropSchema
Called before dropSchema call- Parameters:
event- event- Since:
- 3.0
-
postDropSchema
Called after dropSchema call- Parameters:
event- event- Since:
- 3.0
-