Class CommitEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.michaelbaranov.microba.common.CommitEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class CommitEvent extends java.util.EventObject
An event used to indicate a change to a control has been commited or reverted (rolled back).- Author:
- Michael Baranov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommitEvent(java.lang.Object source, boolean commit)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCommit()
Returns the type of the event.
-