|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.accpac.sm.NotificationAdapter
@ThreadSafe public abstract class NotificationAdapter
An abstract adapter class for receiving notification events. The methods in
this class are empty. This class exists as a convenience for creating
listener objects.
Extend this class to create a NotificationListener and override the methods
for the events of interest.
| Constructor Summary | |
|---|---|
NotificationAdapter()
|
|
| Method Summary | |
|---|---|
void |
closing(InstanceEvent e)
The view instance is closing |
void |
committedRevisionRecord(RevisionEvent e)
Committed revision record |
void |
deleted(RecordChangeEvent e)
Record has been deleted |
void |
deleting(RecordChangeEvent e)
Record is about to be deleted |
void |
extractedRevisionRecord(RevisionEvent e)
Extraced revision record |
void |
fieldAttributesChanged(FieldChangeEvent e)
A field's attributes changed |
void |
fieldPresentationChanged(FieldChangeEvent e)
A field presentation changed |
void |
fieldValueChanged(FieldChangeEvent e)
A field value changed |
void |
filterChanged(InstanceEvent e)
The current filter string changed. |
void |
indexChanged(InstanceEvent e)
The current index changed? What is INSTANCE_NOTIFY_ORDER |
void |
initialized(RecordChangeEvent e)
Record was initialized |
void |
retrieved(RecordChangeEvent e)
Record was retrieved |
void |
revisionCancelled(RevisionEvent e)
Revision cancelled |
void |
revisionPosted(RevisionEvent e)
Revision posted |
void |
revisionPosting(RevisionEvent e)
Revision posting |
void |
securityEventOccurred(InstanceEvent e)
A Security event occurred |
void |
verifying(RecordChangeEvent e)
Record is being verified |
void |
written(RecordChangeEvent e)
Record was written |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationAdapter()
| Method Detail |
|---|
public void fieldValueChanged(FieldChangeEvent e)
fieldValueChanged in interface NotificationListenerpublic void fieldPresentationChanged(FieldChangeEvent e)
fieldPresentationChanged in interface NotificationListenerpublic void fieldAttributesChanged(FieldChangeEvent e)
fieldAttributesChanged in interface NotificationListenerpublic void securityEventOccurred(InstanceEvent e)
securityEventOccurred in interface NotificationListenerpublic void indexChanged(InstanceEvent e)
indexChanged in interface NotificationListenerpublic void filterChanged(InstanceEvent e)
filterChanged in interface NotificationListenerpublic void closing(InstanceEvent e)
closing in interface NotificationListenerpublic void revisionPosted(RevisionEvent e)
revisionPosted in interface NotificationListenerpublic void revisionCancelled(RevisionEvent e)
revisionCancelled in interface NotificationListenerpublic void revisionPosting(RevisionEvent e)
revisionPosting in interface NotificationListenerpublic void extractedRevisionRecord(RevisionEvent e)
extractedRevisionRecord in interface NotificationListenerpublic void committedRevisionRecord(RevisionEvent e)
committedRevisionRecord in interface NotificationListenerpublic void initialized(RecordChangeEvent e)
initialized in interface NotificationListenerpublic void retrieved(RecordChangeEvent e)
retrieved in interface NotificationListenerpublic void written(RecordChangeEvent e)
written in interface NotificationListenerpublic void deleting(RecordChangeEvent e)
deleting in interface NotificationListenerpublic void deleted(RecordChangeEvent e)
deleted in interface NotificationListenerpublic void verifying(RecordChangeEvent e)
verifying in interface NotificationListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||