org.lexevs.dao.database.service.listener
Class HistoryTableReplicatingListener

java.lang.Object
  extended by org.lexevs.dao.database.service.listener.DefaultServiceEventListener
      extended by org.lexevs.dao.database.service.listener.HistoryTableReplicatingListener
All Implemented Interfaces:
DatabaseServiceEventListener

public class HistoryTableReplicatingListener
extends DefaultServiceEventListener

The listener interface for receiving historyTableReplicating events. The class that is interested in processing a historyTableReplicating event implements this interface, and the object created with that class is registered with a component using the component's addHistoryTableReplicatingListener method. When the historyTableReplicating event occurs, that object's appropriate method is invoked.

See Also:
HistoryTableReplicatingEvent

Constructor Summary
HistoryTableReplicatingListener()
           
 
Method Summary
 boolean onEntityUpdate(EntityUpdateEvent event)
           
 
Methods inherited from class org.lexevs.dao.database.service.listener.DefaultServiceEventListener
isActive, onCodingSchemeInsertError, onCodingSchemeUpdate, onEntityReviseEvent, onPostBatchEntityInsert, onPostCodingSchemeInsert, onPostEntityInsert, onPostEntityRemove, onPostPropertyInsert, onPostPropertyRemove, onPreAssociationInsert, onPreBatchAssociationInsert, onPreBatchEntityInsert, onPreCodingSchemeInsert, onPreEntityInsert, onPreEntityRemove, onPropertyUpdate, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryTableReplicatingListener

public HistoryTableReplicatingListener()
Method Detail

onEntityUpdate

public boolean onEntityUpdate(EntityUpdateEvent event)
Specified by:
onEntityUpdate in interface DatabaseServiceEventListener
Overrides:
onEntityUpdate in class DefaultServiceEventListener

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.