|
||||||||||
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.InstanceEvent
@Immutable @ThreadSafe public final class InstanceEvent
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()
.
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 |
---|
@Deprecated public final View.Security getPermissions()
This method is deprecated; use getViewSecurity()
.
public final ViewSecurity getViewSecurity()
public final int getOrder()
public final int getFlags()
public final java.lang.String getFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |