|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.michaelbaranov.microba.common.CommitEvent
public class CommitEvent
An event used to indicate a change to a control has been commited or reverted (rolled back).
Constructor Summary | |
---|---|
CommitEvent(java.lang.Object source,
boolean commit)
Constructor. |
Method Summary | |
---|---|
boolean |
isCommit()
Returns the type of the event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommitEvent(java.lang.Object source, boolean commit)
source
- a control that fired the eventcommit
- true
to indicate commit, false
to indicate revert (rollback)Method Detail |
---|
public boolean isCommit()
true
if a change has been commited to a control,
false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |