FileDocCategorySizeDatePackage
FlushEventListener.javaAPI DocHibernate 3.2.5538Sun Aug 08 06:24:56 BST 2004org.hibernate.event

FlushEventListener

public interface FlushEventListener implements Serializable
Defines the contract for handling of session flush events.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public voidonFlush(FlushEvent event)
Handle the given flush event.

param
event The flush event to be handled.
throws
HibernateException