com.sage.accpac.sm
Class RecordChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.sage.accpac.sm.RecordChangeEvent
All Implemented Interfaces:
java.io.Serializable

@Immutable
@ThreadSafe
public class RecordChangeEvent
extends java.util.EventObject

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().

See Also:
Serialized Form
Thread safety
Immutable and therefore thread-safe

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

operation

public final int operation
The record operation code


generate

public final int generate
The generate value if this is for a record initialize notification

Method Detail

getOperation

public int getOperation()
Get the operation code


getGenerate

public 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.



Copyright © 2011 Sage Software, Inc. All rights reserved.