Interface CommitListener
- All Superinterfaces:
EventListener
A listener that is notified of
CommitEvent
events.- Author:
- Michael Baranov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commit
(CommitEvent event) Called when aCommitEvent
is fired.
-
Method Details
-
commit
Called when aCommitEvent
is fired.- Parameters:
event
-
-