com.michaelbaranov.microba.common
Interface CommitListener

All Superinterfaces:
java.util.EventListener

public interface CommitListener
extends java.util.EventListener

A listener that is notified of CommitEvent events.

Author:
Michael Baranov

Method Summary
 void commit(CommitEvent event)
          Called when a CommitEvent is fired.
 

Method Detail

commit

void commit(CommitEvent event)
Called when a CommitEvent is fired.

Parameters:
event -