Package org.nuiton.topia.event
Class TopiaContextAdapter
java.lang.Object
org.nuiton.topia.event.TopiaContextAdapter
- All Implemented Interfaces:
EventListener,TopiaContextListener
Adapter pattern of
TopiaContextListener.
This implementation does nothing but permits developpers to use this adapater
without to have to implements all methods.- Since:
- 2.3.4
- Author:
- tchemit <chemit@codelutin.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after createSchema callvoidCalled after updateSchema callvoidCalled after updateSchema callvoidpreCreateSchema(TopiaContextEvent event) Called before createSchema callvoidCalled after updateSchema callvoidpreUpdateSchema(TopiaContextEvent event) Called before updateSchema call
-
Constructor Details
-
TopiaContextAdapter
public TopiaContextAdapter()
-
-
Method Details
-
preCreateSchema
Description copied from interface:TopiaContextListenerCalled before createSchema call- Specified by:
preCreateSchemain interfaceTopiaContextListener- Parameters:
event- evet
-
postCreateSchema
Description copied from interface:TopiaContextListenerCalled after createSchema call- Specified by:
postCreateSchemain interfaceTopiaContextListener- Parameters:
event- event
-
preUpdateSchema
Description copied from interface:TopiaContextListenerCalled before updateSchema call- Specified by:
preUpdateSchemain interfaceTopiaContextListener- Parameters:
event- event
-
postUpdateSchema
Description copied from interface:TopiaContextListenerCalled after updateSchema call- Specified by:
postUpdateSchemain interfaceTopiaContextListener- Parameters:
event- event
-
preRestoreSchema
Description copied from interface:TopiaContextListenerCalled after updateSchema call- Specified by:
preRestoreSchemain interfaceTopiaContextListener- Parameters:
event- event
-
postRestoreSchema
Description copied from interface:TopiaContextListenerCalled after updateSchema call- Specified by:
postRestoreSchemain interfaceTopiaContextListener- Parameters:
event- event
-