com.sage.accpac.sm
Class InstanceEvent

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

@Immutable
@ThreadSafe
public final class InstanceEvent
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 EventObject.getSource().

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 java.lang.String getFilter()
          gets the filter string if this is an INSTANCE FILTER notificaton
 int getFlags()
          gets the flags if this is an INSTANCE FILTER notification
 int getOrder()
          gets the order if this is an INSTANCE ORDER notification
 View.Security getPermissions()
          Deprecated. 
 ViewSecurity getViewSecurity()
          gets the permissions if this is a INSTANCE SECURITY notification
 
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
 

Method Detail

getPermissions

@Deprecated
public final View.Security getPermissions()
Deprecated. 

gets the permissions if this is a INSTANCE SECURITY notification.

This method is deprecated; use getViewSecurity().


getViewSecurity

public final ViewSecurity getViewSecurity()
gets the permissions if this is a INSTANCE SECURITY notification


getOrder

public final int getOrder()
gets the order if this is an INSTANCE ORDER notification


getFlags

public final int getFlags()
gets the flags if this is an INSTANCE FILTER notification


getFilter

public final java.lang.String getFilter()
gets the filter string if this is an INSTANCE FILTER notificaton



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