|
||||||||||
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.RecordChangeEvent
@Immutable @ThreadSafe public class RecordChangeEvent
Contains the details of a field change notification
Note: The notification event's View can be retrieved by obtaining the event's
source using getSource()
.
Field Summary | |
---|---|
int |
generate
The generate value if this is for a record initialize notification |
int |
operation
The record operation code |
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary | |
---|---|
int |
getGenerate()
Gets the generate value if this is for a record initialize notification If this is not for a record initialize notification the value is ill-defined. |
int |
getOperation()
Get the operation code |
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 operation
public final int generate
Method Detail |
---|
public int getOperation()
public int getGenerate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |