org.nuiton.topia.event
Class TopiaContextAdapter

java.lang.Object
  extended by org.nuiton.topia.event.TopiaContextAdapter
All Implemented Interfaces:
EventListener, TopiaContextListener

public class TopiaContextAdapter
extends 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

Constructor Summary
TopiaContextAdapter()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopiaContextAdapter

public TopiaContextAdapter()
Method Detail

preCreateSchema

public void preCreateSchema(TopiaContextEvent event)
Description copied from interface: TopiaContextListener
Called before createSchema call

Specified by:
preCreateSchema in interface TopiaContextListener
Parameters:
event - evet

postCreateSchema

public void postCreateSchema(TopiaContextEvent event)
Description copied from interface: TopiaContextListener
Called after createSchema call

Specified by:
postCreateSchema in interface TopiaContextListener
Parameters:
event - event

preUpdateSchema

public void preUpdateSchema(TopiaContextEvent event)
Description copied from interface: TopiaContextListener
Called before updateSchema call

Specified by:
preUpdateSchema in interface TopiaContextListener
Parameters:
event - event

postUpdateSchema

public void postUpdateSchema(TopiaContextEvent event)
Description copied from interface: TopiaContextListener
Called after updateSchema call

Specified by:
postUpdateSchema in interface TopiaContextListener
Parameters:
event - event

preRestoreSchema

public void preRestoreSchema(TopiaContextEvent event)
Description copied from interface: TopiaContextListener
Called after updateSchema call

Specified by:
preRestoreSchema in interface TopiaContextListener
Parameters:
event - event

postRestoreSchema

public void postRestoreSchema(TopiaContextEvent event)
Description copied from interface: TopiaContextListener
Called after updateSchema call

Specified by:
postRestoreSchema in interface TopiaContextListener
Parameters:
event - event


Copyright © 2004-2010 CodeLutin. All Rights Reserved.