org.lexevs.dao.database.service.listener
Class HistoryTableReplicatingListener
java.lang.Object
org.lexevs.dao.database.service.listener.DefaultServiceEventListener
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
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 |
HistoryTableReplicatingListener
public HistoryTableReplicatingListener()
onEntityUpdate
public boolean onEntityUpdate(EntityUpdateEvent event)
- Specified by:
onEntityUpdate
in interface DatabaseServiceEventListener
- Overrides:
onEntityUpdate
in class DefaultServiceEventListener