org.hibernate.event
Interface ReplicateEventListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultReplicateEventListener

public interface ReplicateEventListener
extends java.io.Serializable

Defines the contract for handling of replicate events generated from a session.

Author:
Steve Ebersole

Method Summary
 void onReplicate(ReplicateEvent event)
          Handle the given replicate event.
 

Method Detail

onReplicate

void onReplicate(ReplicateEvent event)
                 throws HibernateException
Handle the given replicate event.

Parameters:
event - The replicate event to be handled.
Throws:
HibernateException


Copyright © 2008 Hibernate.org. All Rights Reserved.