|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.sage.accpac.sm.RevisionEvent
@Immutable @ThreadSafe public class RevisionEvent
Contains the details of a revision notification
Note: The notification event's View can be retrieved by obtaining the event's
source using getSource()
.
Field Summary | |
---|---|
int |
direction
The direction for a POSTING event |
boolean |
dirty
The dirty flag for a CANCELLED event |
int |
level
The revision level |
int |
operation
The operation for EXTRACTED or COMMITTED events |
int |
record
The record number for EXTRACTED or COMMITTED events |
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary |
---|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int level
public final boolean dirty
public final int direction
public final int operation
public final int record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |