com.sage.accpac.sm
Class RevisionEvent

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

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

Contains the details of a revision 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 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

level

public final int level
The revision level


dirty

public final boolean dirty
The dirty flag for a CANCELLED event


direction

public final int direction
The direction for a POSTING event


operation

public final int operation
The operation for EXTRACTED or COMMITTED events


record

public final int record
The record number for EXTRACTED or COMMITTED events



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