Package org.nuiton.topia.event
Class TopiaContextAdapter
java.lang.Object
org.nuiton.topia.event.TopiaContextAdapter
- All Implemented Interfaces:
java.util.EventListener,TopiaContextListener
public class TopiaContextAdapter extends java.lang.Object implements 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 Constructor Description TopiaContextAdapter() -
Method Summary
Modifier and Type Method Description voidpostCreateSchema(TopiaContextEvent event)Called after createSchema callvoidpostRestoreSchema(TopiaContextEvent event)Called after updateSchema callvoidpostUpdateSchema(TopiaContextEvent event)Called after updateSchema callvoidpreCreateSchema(TopiaContextEvent event)Called before createSchema callvoidpreRestoreSchema(TopiaContextEvent event)Called 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
-