Interface CommitListener

All Superinterfaces:
EventListener

public interface CommitListener extends EventListener
A listener that is notified of CommitEvent events.
Author:
Michael Baranov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a CommitEvent is fired.
  • Method Details