com.michaelbaranov.microba.common

Interface CommitListener

All Superinterfaces:
EventListener

public interface CommitListener
extends 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 Details

commit

public void commit(CommitEvent event)
Called when a CommitEvent is fired.
Parameters:
event -